Tagged: , ,

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

    How can i make the top menu items become bold when i hover over them, currently the just change color and i can’t find the correct css selector.

    Thanks!

    #514224

    Hey rudtek,

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

    #avia-menu li a:hover {
    font-weight:700 !important;
    }

    Thanks,
    Rikard

    #514237

    That did it! Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘top menu items bold when hovered’ is closed to new replies.