• Hi team,

    Trying to work out how to have the menu stay highlighted to show the user the page that they are on. The site I am working on is primarily used by seniors, so a visual queue for the page that they are on would be useful.

    Regards,
    Ven

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

Viewing 1 replies (of 1 total)
  • Hi,

    Thank you for contacting us.

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

    .current-menu-item > a,
    .current-menu-item > a:not(:hover) {
      background-color: #000;
      padding-left: 5px;
      padding-right: 5px;
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu is highlighted’ is closed to new replies.