Primary menu font colour
- The topic ‘Primary menu font colour’ is closed to new replies.
Need help? Check out our Support site, then
Hi Taras
I’d like to change the font colour in the primary menu for the current page highlighted. So for example if I’m on the ‘home’ page the ‘home’ in the primary menu is highlighted a grey – I’d like to change that to a white colour and bold. Is this possible?
Thanks in advance for your help!
Hello,
“I’d like to change that to a white colour and bold. Is this possible?”
– Sure. Please add this custom CSS to your site:
.main-navigation .menu > .current_page_item > a,
.main-navigation .menu > .current-menu-item > a {
font-weight: bold;
color: white;
}
Let me know if you have any additional questions regarding the primary menu.
Kind regards,
Taras
Perfect – thanks!
You are always welcome.
Kind regards,
Taras