Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #577126

    hi there!

    I would like to make red text underline in main menu, as same as I have in sub menu.

    I put this code
    #menu-item-1193 .av-main-nav a li:hover .avia-menu-text {
    border-bottom: 2px solid #a81010;
    }

    but it does not work.
    Can you help me please?
    thank you

    #577511

    Hey vitolya!

    I see you have the red underline setup but I do not see any sub menus to compare it to. Can you take a screenshot highlighting your intentions?

    Regards,
    Elliott

    #580547

    thank you,
    I solved it

    #580549

    code

    /*——–red underline in sub-menu when pass hover*/
    #top .av-submenu-container li:hover .avia-menu-fx {
    display: block;
    visibility: visible;
    border-bottom: 2px solid #a81010;
    opacity: 1;
    }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main menu red text underline’ is closed to new replies.