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

    How to underline menu items when hovering instead of filling background with color? Should be an easy one, but I cant find the options to do so.

    #745631

    Hey goldenfate,

    Try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top #avia-menu > li > a:hover {
        background: transparent !important;
        text-decoration: underline;
    }
    
    #top #avia-menu > li > a:hover span.avia-menu-text {
        color: #aaa !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #746038

    Yes that works, but how do I change the underline color to blue instead of black?

    Thank you

    #746052

    Hi!

    #top #avia-menu > li > a:hover {
    background: transparent !important;
    text-decoration: underline;
    color: blue;
    }

    Where color: blue, change it with the color you have selected.
    Let us know if it works

    Cheers!
    Basilis

    #752784

    Hi there, my menu items are still showing as a grey underline when hovering, not blue like I wanted.

    • This reply was modified 7 years, 8 months ago by goldenfate.
    #755238

    Hi,

    That is expected when you display underlines using text decoration. Please go to Enfold theme options > Header and choose default in “Header style” and add following code to Quick CSS

    .avia-menu-fx {
        background-color: black!important;
    }

    Best regards,
    Yigit

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