Hello,
Is there any way I can hide header and footer and keep visible only the socket?
Regards,
Marco
Hey Marco,
Yes, you can set that in the Layout menu on the page in question, look for the Footer Settings option.
Best regards,
Rikard
Hi Rikard
Yes there is an option to hide foot and widgets and leave the socket visible. But this will not hide the header.
I only want to keep the socket visible. Footer and header hidden.
Thanks
Marco
Hi Marco,
Well, you can always hide it via css. There is also the blank template option, which has no header, no footer. Have you tried using it?
Best regards,
Victoria
Hi Victoria,
Yes I tried the blank template option but it hides also the socket.
Can you provide me with the code to hide all the header? I will use this option :-)
Thanks,
Marco
Hi Marco,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all #header {
display: none;
}
#top #wrap_all #main {
padding-top: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
how do I use the code for the page ID 2 only?
thanks,
Marco
Hi,
Please try this instead:
.page-id-2 #wrap_all #header {
display: none;
}
.page-id-2 #wrap_all #main {
padding-top: 0;
}
Best regards,
Rikard
Thank you Rikard :-)
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Hi marcoabis81,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria