-
AuthorPosts
-
January 31, 2020 at 6:46 pm #1180340
Hello,
Is there any way I can hide header and footer and keep visible only the socket?Regards,
Marco-
This topic was modified 5 years, 9 months ago by
marcoabis81.
February 2, 2020 at 6:47 am #1180606Hey Marco,
Yes, you can set that in the Layout menu on the page in question, look for the Footer Settings option.
Best regards,
RikardFebruary 2, 2020 at 10:42 am #1180651Hi 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
MarcoFebruary 3, 2020 at 11:38 am #1180840Hi 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,
VictoriaFebruary 3, 2020 at 12:05 pm #1180852Hi 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,
MarcoFebruary 3, 2020 at 1:04 pm #1180898Hi 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,
VictoriaFebruary 3, 2020 at 1:29 pm #1180912Hi Victoria,
how do I use the code for the page ID 2 only?thanks,
MarcoFebruary 4, 2020 at 4:25 am #1181138Hi,
Please try this instead:
.page-id-2 #wrap_all #header { display: none; } .page-id-2 #wrap_all #main { padding-top: 0; }Best regards,
RikardFebruary 4, 2020 at 12:22 pm #1181241Thank you Rikard :-)
February 4, 2020 at 8:14 pm #1181509Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonFebruary 4, 2020 at 8:58 pm #1181525Hi marcoabis81,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
This topic was modified 5 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
