• Resolved zavakz

    (@zavakz)


    Hello, I’m trying to customize the Navigation Menu to have a different colour when on the activated (current) page.

    So for example:

    [Home] [Page 1] [Page 2] [Page 3] [Page 4]

    If I am on ‘Page 3’, I would like the menu to show different colour for Page 3 link, and also underline.

    I have tried adding custom CSS, but it does not seem to be working. The Active tab does nothing.

Viewing 1 replies (of 1 total)
  • Plugin Support royjemee

    (@royjemee)

    Hi,

    We’ve fixed this issue. But if still you want to do it via CSS. Please paste the following CSS code and it will work

    .jltma-nav-menu__item-active span.jltma-nav-menu__main-item-text {
    color: #f4205b;
    }

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Active menu item not working (Navigation Menu)’ is closed to new replies.