Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #181934

    Hi,

    How can I have a page only show the socket (footer) and not the header (including logo & menu)?

    I’m currently using the Page Attributes / Template setting: Blank (No Header, No Footer), so basically I want this option but just “No Header”.

    Thanks!

    #182037

    Hi Kissinger!

    Can you post the link to your page that you would like to remove header?

    Regards,
    Yigit

    #182273
    This reply has been marked as private.
    #182418

    Hi!

    It seems like you have already removed header from this page :)

    Cheers!
    Yigit

    #182689

    Hi,

    I’m not sure you understood what I was after. Yes I removed the header but so was the footer and socket. I want to keep the socket + footer at the bottom.

    Goal:
    No Header present on the page
    Socket and Footer on the bottom of the page

    • This reply was modified 11 years ago by Perenso.
    #182692

    Hi!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top.page-id-16051 #header {
    display: none;
    }
    

    Regards,
    Devin

    #182696

    Works great.

    Thank you guys for your help!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Option to show only the Socket (Footer) on a page’ is closed to new replies.