How do I make the current menu item bold on a secondary menu?
Hey stevewroche,
Please try the following in Quick CSS under Enfold->General Styling:
nav.main_menu .sub-menu .current-menu-item .avia-menu-text {
font-weight: 600;
}
Best regards,
Rikard
Very sorry, but that didn’t work. It’s not a sub menu where this is needed – it is a menu called Strategies that only appears on the strategies pages. See private content link for one of the pages where this menu appears.
Hi,
Thank you for the clarification.
We adjusted the css code a bit.
#top .av-subnav-menu > li.current-menu-item a {
font-weight: bold;
font-size: 1em;
color: #3a4f77;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.
Best regards,
Ismael
That worked, thank you very much :-)