[Illdy] customize menu

Hello,

Do you know how to leave the menu tab of a page highlighted when you are on the page?
For example, let the “e-learnbing” tab stay in yellow when you are on the training page (please see attachment for example

).

Thank you for your feedback

Hey there

That’s possible but I need the URL of the page to generate custom CSS

Hello,

Please find here the url : https://www.vakilconsulting-webmarketing.fr/

Hi Lisa

This css code will help:

li.current-menu-item a {
color: #fccc05 !important;
}

It’s works, thank you so much

That’s great to hear :slight_smile: