Hi,
I have recently added the new full-width sub menu item to my website and wanted to know how to change the colour to a custom one instead of using “Logo, Main, Alternate, Footer, Socket” etc.
Is there a way to set this using quick CSS?
Thanks in advance.
Hi anuk82!
Thank you for using Enfold.
If you can provide a screenshot of how you want the sub menu to look like, that would be great. You can use the Quick CSS field to modify the element. For example, use this to change the background color:
#top .av-submenu-container {
background: red;
}
Best regards,
Ismael