Tagged: alternate content, Color, sub-menu
Hi,
I am using the full width sub menu to create a second menu underneath the logo:
The sub menu appears to sit further left than the logo and content, how can I adjust this so it all sits in line?
Also, the color on the sub menu is set to “alternate content”, within the enfold theme options area the font color is set to white #ffffff, but as you see appears grey?
Any assistance would be great! Amazing theme.
Hi hloft!
Try adding this to your custom CSS.
#top .av-submenu-container .container {
padding: 0 40px !important;
}
.av-subnav-menu a {
color: white !important;
}
Best regards,
Elliott
Thanks Elliott that worked perfectly!!