Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1417647

    How do I make the current menu item bold on a secondary menu?

    #1417676

    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

    #1417716

    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.

    #1417786

    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

    #1417879

    That worked, thank you very much :-)

    #1417891

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.