• Hello!

    I’d like to know if it is possible to underline the currently active page in the sidebar or mobile navigation.

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @jacquesdegatineau,

    I don’t think it’s possible out of the box right now, but you can add the following CSS in a custom CSS plugin to get it done:

    .current-menu-item > a { text-decoration: underline !important; }

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Underline Active Page in Navigation’ is closed to new replies.