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

    Hi,
    i would like to change color of hover-background in Burger-Menu?
    Please see screenshot.

    kind regards Jak

    #1341143

    Hey,

    Thanks for contacting us!

    Please go to Enfold theme options > Advanced Styling, edit “Menu Links in overlay/slide out” and change “Menu Hover BG” as needed :)

    Best regards,
    Yigit

    #1341247

    Hi Yigit,

    i tried it, but it is not the result i would like to habe.
    How can i change the text-color of the hover in menu?

    Can i remove the “fading to a slightly darker hover” when mouse-over?

    kind regards Jak

    #1341322

    Hi Jak,

    You can edit “Menu Links in overlay/slide out” and change “Font Hover Color” instead of “Menu Hover BG” to change text color on hover :)

    Best regards,
    Yigit

    #1341340

    Hi Yigit,

    i tried that, but it seems the text-color of the hover in menu has still a slight overlay, which makes the color a bit darker?

    I’m still trying to remove the “fading to a slightly darker hover background” when mouse-over (please see the screenshot)
    .
    kind regards Jak

    #1341352

    Hi Jak,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .av_header_transparency .main_menu ul:first-child > li > a:hover, #top .av_header_transparency .main_menu ul:first-child > li > a:focus, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:focus {
      opacity: 1;
    }
    

    Best regards,
    Yigit

    #1341380

    Hi Yigit,

    thanks for your help!I

    I added the code, but it seems there is no effect. Please have a look.

    Kind regards Jak

    #1341395

    Hi,
    I tested Yigit’s code above and it corrects the background fade issue and I added a rule to make the menu text color pink on hover, please try this full solution:

    #top .av_header_transparency .main_menu ul:first-child > li > a:hover, #top .av_header_transparency .main_menu ul:first-child > li > a:focus, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:focus {
      opacity: 1;
    }
    #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a:hover .avia-menu-text {
        color:#ff0197;
    }

    Please note that when you copy the code do so from the forum not an email as the greater than symbols may paste incorrectly, then clear your browser cache and any cache plugin, and check.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1341397

    Hi Mike,
    i did not know that. Thanks for the info!

    Works great now, many thanks to you and Yigit’s help.

    kind regards
    Jak

    #1341398

    Hi,
    Glad we were able to 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 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to change color of hover-background in Burger-Menu?’ is closed to new replies.