Adding text in top strip

Discussion in 'GeoCraft WordPress Theme' started by armchair2013, Sep 4, 2013.

Thread Status:
Not open for further replies.
  1. armchair2013

    armchair2013 New Member

    Joined:
    Mar 13, 2013
    Messages:
    9
    Likes Received:
    0
    Hi, am trying to add text to the top strip. Just a fixed "tag line" on left hand side before the current "div class menu".

    Problem = not able to get it to display in one line.

    This is the code I've used:
    HTML:
    <div class="grid_24">
        <div class="info bar">
        <p class="allignleft">The mobile friendly way to find restaurants across South Africa!</p>
        </div>
            <div class="menu">
        <?php do_action('geocraft_auth_menu'); ?>
            </div>
            <div class="clear"></div>             
      </div>
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You are adding text correctly. Maybe the font and background color is same that's why text is not visible.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .allignleft {
    float: left;
    color: white;
    }
    And also clear your site cache. It will work.
     
  3. armchair2013

    armchair2013 New Member

    Joined:
    Mar 13, 2013
    Messages:
    9
    Likes Received:
    0
    Many thanks. Working. Great support.
     
Thread Status:
Not open for further replies.

Share This Page