Hi Sandra,
I am assuming this is your website – https://www.expofield.com/
Please go to the dashboard & add the following CSS to Appearance > Customizer > Additional CSS
#menu-main-menu li.current-menu-item a {
color: #a57a6b;
}
Thread Starter
Alex
(@expofield)
Hey Samuel!
Yes, that’s it! I tried to change it through CSS, but it’s not working. I tried other codes, too, but nothing works. That’s why I’m trying to change it through the Navigation Label and the code I’ve got seems to work, but I want it to work only in active module.
It should work. Can you please try updating the CSS with below:
#menu-main-menu li.current-menu-item a {
color: #a57a6b !important;
}
Thread Starter
Alex
(@expofield)
I tried that, too, but nothing
Hey @expofield,
There is no stylesheet available in the theme you are using.
Try the below code, add it in Appearance > Customizer > Additional CSS:
.current-menu-item a{
color: #a57a6b !important;
}