Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28799

    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

    #138675

    Hi Sebastian,

    This is the selector you need to change:

    #top .header_color .main_menu .menu ul li>a:hover{

    color: black;

    }

    Regards,

    Josue

    #138676

    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

    #138677

    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

    #138678

    Thanks, now i am done with the menu styling.

    Great support.

    #138679

    Hi Sebastian,

    Glad you get it working and thanks for the feedback :)

    Regards,

    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘mega menu styling’ is closed to new replies.