Hi Kriesi team,
Wondering if there is a way to add a thin line above and below the menu similar to this example? https://imgur.com/a/LYE9fM2
Please let me know…
Thanks,
Jon
Hey jonroot,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div {
border-top: 1px solid #ccc;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks very much Victoria! Is there a way to add the same thin line below the menu? Leaving enough space for some padding between the feature image – similar to this?
Thanks!
Jon
Hi,
Adjust Victoria’s code to the following:
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
and also add this:
#top #header .av-main-nav > li > a{
background-color:transparent!important;
}
Best regards,
Jordan Shannon
Thank you!
Hi,
No problem! If you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon