Hi,
due to many responsive issues, i finally skipped ubermenu, using enfold`s native megamenu for http://www.musikzentrale.net.
It works great, but there is – as always, one thing i cannot figure out: How do i change the color for hover links for the last child menu/list items? Using firebug, i simply cannot find the respecting snippet where to change the hover color to something darker.
Thanks for your help, have a great day.
Cheers, SEbastian
Hi Sebastian,
This is the selector you need to change:
#top .header_color .main_menu .menu ul li>a:hover{
color: black;
}
Regards,
Josue
Hi Josue,
thanks for that! I adjusted it to my needs now, but there is still one thing i cannot figure out: How to change the little arrow`s color?
Regards,
Sebastian
Hi Sebastian,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .header_color a:hover .avia-bullet { border-color: white!important; }
.header_color .avia-bullet { border-color: blue; }
Regards,
Yigit
Thanks, now i am done with the menu styling.
Great support.
Hi Sebastian,
Glad you get it working and thanks for the feedback :)
Regards,
Josue