Highlighting menu links

Hello! I would like to know if it is possible to achieve that when a user is located on link1 the Archive page called NOVICE in the main menu is also highlighted like it is active, so basically it should become white.

You can check the page called OPREMA to see what I’m talking about.

Regards,
Luka

Hi There,

Please try adding this custom CSS under Theme Options > CSS:

.single-post #mega-menu-item-4231 a {
    color: #fff !important;
}

Let us know how it goes!

It worked! Thank you for your help.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.