Post your business tab in header.

Discussion in 'GeoCraft WordPress Theme' started by kwhitinger, Feb 17, 2013.

  1. kwhitinger

    kwhitinger New Member

    Joined:
    Dec 8, 2012
    Messages:
    15
    Likes Received:
    1
    How do I remove the Post your Business Button in the header or change the text on it?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to

    Geocraft settings >Theme options > Homepage Settings > Post Button

    and enter your text there.
     
  3. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Hi, and how to remove the whole button? Thanks
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header_wrapper .header .post_btn {
    display: none;
    }
     

Share This Page