Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #541148

    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.

    #541391

    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

    #541398

    Thank you so much, just in time for my deadline :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu – active page bold, rest regular’ is closed to new replies.