• Hi,

    I am trying to build a website with multiple sections on one page and have each section listed as a menu item. Ideally, I only want the relevant section underlined when selected or scrolling. Also, how do I keep “home” as a menu item and not have it underlined?

    The code I am currently using in the additional CSS is;

    #mainnav .current-menu-item {
    	border-bottom: 2px solid #d65050;
    	color: #d65050;
         font-weight: bold;
    }

    TIA

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘#mainnav .current-menu-item section’ is closed to new replies.