Add example under search and location

Discussion in 'GeoCraft WordPress Theme' started by robertmylne, Mar 26, 2013.

  1. robertmylne

    robertmylne Member

    Joined:
    Mar 26, 2013
    Messages:
    49
    Likes Received:
    2
    How can I add text under search bar saying (eg. Cars, bikes etc.)?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and add the code given below

    Code:
    <div class ="example"><p>Car, bike</p></div>
    Sending image for reference

    [​IMG]


    Now,

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



    Code:
    .example p {
    text-align: center;
    }
    This will solve your issue.
     

Share This Page