Hey Martin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_menu { display: none; }
Cheers!
Yigit
Thanks for your support, but I mean hidding everything related to menu, picture also…
I there any topic where I can learn some basic Enfold css codes to customize theme?
Thanks again..
Hi!
You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
If you could elaborate and maybe post a screenshot point out the elements, we can provide you more accurate custom CSS code.
Cheers!
Yigit
Ok, thanks, what I want to hide is complete header tab. I have a custom menu plugin, don´t want Enfold menu….
Hey!
Could it be UberMenu by any chance? If so, please see – http://kriesi.at/documentation/enfold/ubermenu-integration/
Cheers!
Yigit
Thanks, I make myself clear with this
Hey!
Try adding this code to the Quick CSS:
div#main {
padding-top: 0 !important;
}
Cheers!
Josue
Thanks, it works!!