how to eliminate the home page word on menu bar for home page

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jun 1, 2017.

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

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I do not want to show the menu on the home page. I want this area not to show the word home. How do I do this? I have attached a screen shot. The site is drivemoreups.com

    Thanks, Sandra
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To remove the menu, just paste the code given below in Custom CSS section
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

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

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Perfect! Thanks, Sandra
     
Thread Status:
Not open for further replies.

Share This Page