Hi,
Are there any plans to include styling options for the main menu and any child items? I can do this myself with CSS but I don’t see any option to, for example, change the background colour of the menu container?
Seems a strange thing to miss out?
Thanks,
Paul.
Hey Paul!
You can do this in Dashboard > Enfold > Advanced Styling. To change the background of the sub menu containers then just set a background to the sub level menu links.
Best regards,
Elliott
Hi Elliott,
Since I’m using a custom.css file anyway, I’d rather keep everything in there. I’d thought there might have been something for this included under General Styling.
Thanks,
Paul.
Hey!
You can target the main level links like so.
.av-main-nav > li > a { }
And the sub level links like so.
.av-main-nav > li > .sub-menu a { }
Best regards,
Elliott