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

    Hey there, is there a solution to have a different font-weight on the selected page in the main menu.
    I want to see a bold version of the selected page which also be black as you can see on the link below.

    Hope you have a solution.
    Best regards

    Martijn Koster

    #1352765

    Hey Martijn,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home nav.main_menu ul li .avia-menu-text {
      font-weight: 600;
    }

    Best regards,
    Rikard

    #1352896

    Hey Rikard,

    Thanks for your reaction en solution. Unfortunately it didn’t do the trick. Now all menu items are in font-weight 600.
    Maybe you have another tip?

    Best regards,
    Martijn Koster

    #1352919

    Hi,

    Thank you for the inquiry.

    We adjusted the css code a bit. Please try to replace the previous modification with the following css code.

    #top .main_menu ul li.current-menu-item .avia-menu-text {
        font-weight: 600;
    }
    

    Best regards,
    Ismael

    #1352923

    Hey Ismael,

    That did the trick. Thank you very much!
    You can close the topic.

    Best regards,
    Martijn Koster

    #1352942

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Different font-weight main menu’ is closed to new replies.