I use the “Header with Social Icons and Bottom navigation field.
How can i delete the additional top navigation (social icon) field? …the bottom Navigation field should stay there.
Kind Regards,
Simon
Hey simonac!
You should go to Appearance > Menus and and uncheck Enfold Secondary Menu in Menu Settings http://i.imgur.com/W0HjERI.jpg
Best regards,
Yigit
Hi Yigit,
this checkbox is unchecked.
I Mean the grey fielt on top of the site:
Regards
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none!important; }
Please flush your browsers cache after applying this css code
Cheers!
Yigit
Thats it, thank you very much Yigit!
The only thing i am looking for is how to get the slider on the homepage a little closer to the menu.
Regards
Hi!
Please add following code to Quick CSS and adjust
.content { padding-top: 50px; }
#header_main_alternate { z-index: 2; }
Cheers!
Yigit
Perfekt!