I’m using a logo center with main nav on top and I’m trying to have a header bgd color of white while having a purple background color behind the menu that is screen wide.
I’ve added .av-main-nav > li > a { background-color: #821e82; } to my quick CSS and that allows me to color the menu but won’t extend screen wide.
How can I accomplish this? I’m using the latest version of Enfold.
Thx
Vince
Hey diamex94,
Please provide a link to the site and any helpful screenshots so I have a better idea of what you need. I’ll also need to inspect the page.
Best regards,
Jordan Shannon
Hi Jordan
The page is at http://terracechilddevelopmentcentre.ca/new/
I added:
.av-main-nav > li > a { background-color: #821e82; }
to my quick CSS and that allowed me to color the bgd of the menu but I’d like that color to extend screen wide.
Thanks for your help
Vince
Hi,
Add the following to quick css:
#header_main_alternate.container_wrap{
background:#821e82!important;
}
Best regards,
Jordan Shannon
Thanks a million Jordan, works like magic.
Vince
Hi,
Great! If you need additional help, please let us know here in the forums!
Best regards,
Jordan Shannon