-
AuthorPosts
-
February 17, 2022 at 12:17 am #1341001
Hi,
i would like to change color of hover-background in Burger-Menu?
Please see screenshot.kind regards Jak
February 17, 2022 at 1:25 pm #1341143Hey,
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,
YigitFebruary 18, 2022 at 1:38 am #1341247Hi 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
February 18, 2022 at 12:26 pm #1341322Hi 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,
YigitFebruary 18, 2022 at 1:17 pm #1341340Hi 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 JakFebruary 18, 2022 at 4:31 pm #1341352Hi 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,
YigitFebruary 19, 2022 at 12:34 am #1341380Hi Yigit,
thanks for your help!I
I added the code, but it seems there is no effect. Please have a look.
Kind regards Jak
February 19, 2022 at 2:40 pm #1341395Hi,
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,
MikeFebruary 19, 2022 at 3:10 pm #1341397Hi Mike,
i did not know that. Thanks for the info!Works great now, many thanks to you and Yigit’s help.
kind regards
JakFebruary 19, 2022 at 3:20 pm #1341398Hi,
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 -
AuthorPosts
- The topic ‘How to change color of hover-background in Burger-Menu?’ is closed to new replies.