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
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
Hi Ismael
That works great, just one thing though, how can I add right padding to the final menu item?
many thanks
Peter
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
Thanks Yigit, great support as always.
Peter