Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1096503

    Hi, how can I make the submenu background color change to #333333 when I hover over it?

    Thanks.

    #1097334

    Hey DROR,
    Sorry for the late reply, I took a look at your site and many pages, but I couldn’t find your sub-menu.
    Please link directly to it. Do you want the one menu item in red to change color on hover or all of them?

    Best regards,
    Mike

    #1097601
    This reply has been marked as private.
    #1098661

    Hi,
    Thanks, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #sub_menu1 li a:hover {
    background-color: #000 !important;
    }

    Best regards,
    Mike

    #1099033

    Thanks Mike but I want this to effect all the sub menus on the site, what should be the code for that?

    #1099437

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #wrap_all .av-main-nav ul > li > a:hover {
    background-color: #000 !important;
    }

    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1099574
    This reply has been marked as private.
    #1099618

    Hi,
    Oh I see, thanks, please try replacing with this css:

    #sub_menu1 li a:hover,#sub_menu2 li a:hover {
    background-color: #000 !important;
    }

    I tried clicking on every page but I didn’t see another page with the sub-menu, but they should be named the same even on different pages. But please let me know if I missed a page with a sub-menu that is not working.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1099726

    Thanks!

    #1099734

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to change background color on hover for a submenu element’ is closed to new replies.