Hi,
i’m trying to change the color of the current menu item to color:hsl(36,70%,44%). Unfortunately i can’t seem to target it. Could you please help?!
Hi,
i’m trying to change the color of the current menu item to color:hsl(36,70%,44%). Unfortunately i can’t seem to target it. Could you please help?!
Hi there,
First, set the menu you have created as the One Page Navigation menu of the page.

Then add this code to the Global CSS:
.x-navbar .desktop .x-nav > li.current-menu-item a {
color: hsl(36,70%,44%);
}
You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.
Hope this helps.
Hey,
thank you very much. I missed those Meta Settings. It now works perfectly!
Cheers!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.