Hi!
Is it posible to create a header like this :
with the enfold theme?
Tnx in advance!
Yannick
Hi c3computers!
Please go to Enfold theme options > Header Layout > Header Layout and choose “logo left, menu below” in “Menu and Logo Position”
then add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu {
background: yellow;
border-radius: 10px;
}
Best regards,
Yigit
Dude you rock!
Now i got the following problem.
When i set the border to white its gone in the menu but i shill got the strips from left to right..
Hi!
Please add following code to Quick CSS as well
#header_main, #header_main_alternate { border-bottom: none!important; }
.av-main-nav > li > a { border: none!important; }
Best regards,
Yigit
Brilliant!
On the left of the menu i still got 1 white strip?
Could you please take another look. :)
Oh and how do we make the menu bar (white) thicker? Like in the example?
*EDIT*
I also still have the white bars on hover (menu). can we remove the line beneate the menu when you hover?
Hi!
Second line of code should have done it but please try following
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a { border: none!important; }
Best regards,
Yigit
tnx! that did it!
****
Oh and how do we make the menu bar (white) thicker? Like in the example?
*EDIT*
I also still have the white bars on hover (menu). can we remove the line beneate the menu when you hover?
****
Hey!
Please add following code
span.avia-menu-fx { display: none!important; }
.html_header_top #top .av_menu_left .main_menu { padding: 10px; }
Regards,
Yigit
and i was thinking that i knew much! :( haha
Thank you very much, great support!
Greetings!