Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #378987

    Hi
    I can see in the Advanced Styling that it is possible to change the Background Color in the Main Menu Links. However, that doesn’t seem to affect the menu if the header is transparent or glassy. Is it possible to change the background color on a transparent or glassy header page?

    many thanks

    Peter

    #379269

    Hi envapk2!

    Thank you for using Enfold.

    Try to use this on Quick CSS:

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a {
    background: blue;
    }

    Best regards,
    Ismael

    #379428

    Hi Ismael

    That works great, just one thing though, how can I add right padding to the final menu item?

    many thanks

    Peter

    #379430

    Hi!

    Please add following code to Quick CSS as well

    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
    padding-right: 13px;
    }

    Best regards,
    Yigit

    #379451

    Thanks Yigit, great support as always.
    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu link background’ is closed to new replies.