• ivanjacek

    (@ivanjacek)


    Hello, I would like the current selection to be underlined in the menu, or to remain colored when the given menu is active. I found something similar here on the forum, but it was only when it was activated submenu. thanks

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

Viewing 1 replies (of 1 total)
  • Hi @ivanjacek,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    #mainnav .current-menu-item > a,
    .sydney-offcanvas-menu #mainnav .current-menu-item > a:not(.button), 
    .sydney-offcanvas-menu .current-menu-item > a:not(.button){
      color: #dd9933;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘I want the active menu to remain colored or underlined’ is closed to new replies.