How to remove POST BUTTON

Discussion in 'GeoCraft WordPress Theme' started by sunnyca, Apr 4, 2017.

  1. sunnyca

    sunnyca Member

    Joined:
    Sep 16, 2012
    Messages:
    88
    Likes Received:
    3
    Hello,

    I don't want this button at the top right, how can I remove it?

    Thanks!
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Sunny,

    To remove that button, you need to paste the below custom CSS code in Dahshboard->Geo Settings->Theme Options->Styling settings->Custom CSS field.
    Code:
    .header_wrapper .header .post_btn {   
        display: none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page