How to remove banner in header?

Discussion in 'GeoCraft WordPress Theme' started by rachelp, Dec 2, 2014.

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

    rachelp New Member

    Joined:
    Nov 16, 2014
    Messages:
    12
    Likes Received:
    0
    Hi, how do you remove the orange banner in Geocraft in the header that says 'Add your business to our directory'?

    Thank you!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    That is not a banner, that is a button to add listings on site.

    If you want to remove that button then paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header .post_btn {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. rachelp

    rachelp New Member

    Joined:
    Nov 16, 2014
    Messages:
    12
    Likes Received:
    0
    Thank you Yogesh, worked well :)

    Rachel
     
Thread Status:
Not open for further replies.

Share This Page