How to remove Banner on Geocraft V2

Discussion in 'GeoCraft WordPress Theme' started by enphone, Dec 15, 2014.

  1. enphone

    enphone New Member

    Joined:
    Mar 23, 2013
    Messages:
    10
    Likes Received:
    1
    I update to version 2, and a banner appears below the Search Listing, how can I remove the banner.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    ( Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_add {
    display: none;
    }
    Thanks & Regards
    Pramod
     

Share This Page