Hi I am trying to raise the decorative menu line up by 10px and override the theme colour. I have tried this which has worked before on other Enfold sites but not on this one.
#top #header_main_alternate {
background-color: #ffffff !important;
padding-bottom: 10px !important;
}
Hey fanlokbun,
You want to adjust the header color? And do you mean the line under the menu links?
Best regards,
Jordan Shannon
The line under the links
Hi,
Add this to quick css:
#top #header_main > .container .main_menu .av-main-nav > li > a{
height:130px!important;
}
Best regards,
Jordan Shannon
It works but makes the whole nav thinner is there a way of getting the css that targets the small line so I can adjust colour, position, height and width.
Thanks
Hi,
Use this instead:
.avia-menu-fx{
bottom:10px!important;
}
Best regards,
Jordan Shannon
Perfect! Thanks Jordan.
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon