Removing pink menu bar in the middle of page

Discussion in 'ButterBelly WordPress Theme' started by joshstegall, Aug 13, 2015.

  1. joshstegall

    joshstegall New Member

    Joined:
    May 6, 2015
    Messages:
    3
    Likes Received:
    0
    Is it possible to remove the extra menu bar that displays in the middle of the page with custom css?
     
  2. priya

    priya Guest

    Hello,


    Could you please provide us 'URL' of your site and screenshot of that place from where you want to remove extra menu bar so that we can better assist you?

    If you are unable to create screenshots then you can use http://www.screenpresso.com/ that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. joshstegall

    joshstegall New Member

    Joined:
    May 6, 2015
    Messages:
    3
    Likes Received:
    0
  4. priya

    priya Guest

    Hello,

    Thanks for the URL...

    You can easily fix this problem. All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS
    field and paste the below CSS code over there.

    Code:
    .page_heading_container {
          display: none !important;
    }
     
    Hope you will resolve your problem :)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page