how to remove "HOME" from menu bar on a single page website

Discussion in 'Squirrel WordPress Theme' started by lnmarketingservices, Jul 14, 2014.

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

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .home #menu .ddsmoothmenu li:first-child {
    visibility: hidden;
    } 
    This will fulfill your requirement.
     
  3. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    Thank you. This has fixed the issue.
     
Thread Status:
Not open for further replies.

Share This Page