Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1180340

    Hello,
    Is there any way I can hide header and footer and keep visible only the socket?

    Regards,
    Marco

    • This topic was modified 4 years, 9 months ago by marcoabis81.
    #1180606

    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

    #1180651

    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

    #1180840

    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

    #1180852

    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

    #1180898

    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

    #1180912

    Hi Victoria,
    how do I use the code for the page ID 2 only?

    thanks,
    Marco

    #1181138

    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

    #1181241

    Thank you Rikard :-)

    #1181509

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1181525

    Hi marcoabis81,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.