Hi there – It’s me again… :)
So I’m working on this page and I want the font of the main menu to be in a regular font except for the active page which I want to be bold.
I’m using this CSS that I found on the forum to make the font regular:
span.avia-menu-text {
font-weight: normal;
}
I found some other CSS but can’t get the active page menu item to turn up in bold.
Link to page is in private content.
Hi MulderMind,
Please try the following in Quick CSS under Enfold–>General Styling:
.current-menu-item span.avia-menu-text {
font-weight:bold !important;
}
Cheers!
Rikard
Thank you so much, just in time for my deadline :)