Hi,
I would like to hide logo and menu but not the top bar…
If I hide the header it hides the top bar and if I don’t hide the header I can’t hide logo and menu area.
I would like to keep the top bar and have the page content immediatly under it.
Thank a lot !!
Hey ganjou,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
Thanks for your answer.
This is the website : http://www.glacesartisanales-polesud.fr/
I would like to have on the top just the top bar.
Thanks for your help,
Guillaume
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main { display: none; }
Cheers!
Yigit
Hi Yigit,
Thanks for your help.
I still have between page content and top bar :http://www.glacesartisanales-polesud.fr/
Hey!
Please add following code to Quick CSS as well
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 31px !important;
}
Best regards,
Yigit
Great !! Thank you !!