how to eliminate the menu list on home page

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Aug 9, 2017.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, When I add the code to eliminate the menu pages from showing on the home page , it eliminates the orange bar at the top of the slider and looks bad. How do I fix this so the pages do not show , but the orange bar is still there. I cut and pasted it onto the slider pic and when I put it on the site, the color changed and now is very dark and looks terrible....
    Here is the code. My website is dfyleadgeneration.com
    .nav-wrapper {
    display: none;
    }

    Thanks, Sandra
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi, Just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .nav-border-container .container {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page