hi.
a question: how to make a main navigation within enfold, like this one?
http://kriesi.at/themedemo/?theme=brightbox
thx for help.
Chris
Hi chrisholemar!
Thank you for using the support forum!
You can use the Logo left, menu below header option then add this on Quick CSS or custom.css:
#header_main_alternate {
border: none;
margin-bottom: 20px;
}
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
border: none;
}
#header_main_alternate > div {
border-bottom: 1px solid gray;
padding: 20px 0;
}
.av-main-nav > li {
line-height: 30px;
background: blue;
margin-right: 20px;
border-radius: 3px;
}
.header_color .main_menu ul:first-child > li > a {
color: #ffffff;
}
This needs polishing but it’s a start. I hope that helps.
Cheers!
Ismael
hi ismael
THX! i’ll try it ;-)