Hi, how to Colorize full width submenu
Hey Alan,
You need to color the text or background?
Best regards,
Jordan Shannon
Hey Jordan
The background ;)
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av-submenu-container {
background-color: orange;
}
.main_color .av-subnav-menu a {
background: transparent;
color: red;
border-color: red;
}
Best regards,
Yigit