Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #295469

    Hello,
    I need to do 1 of these 2 things on my landing pages(on a page basis):

    • Remove header completely; I have found some css that remove the menu on the page, but not the header itself. I know I have to use spacers after doing this to make it look good. And it takes me to the second point
    • Instead or removing the header, can I somehow use a custom strip, let’s say 30-40 px in height, where I can place the page title, or something similar?

    Thanks & keep being awesome.

    #295477

    Hi miketica!

    Seems like you have already removed the header on your page. Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove the top padding on your page

    .page-id-192 #main {
    padding-top: 0!important;
    }

    Alternatively, you can use blank template which has no header and footer

    Best regards,
    Yigit

    #296565

    A good landing age practice is to remove the header menu completely, and put some links in the footer. If I use the blank template, I’d have to create a section at the bottom of the page to emulate a footer section.
    For now, this solution works, although a landing page template would do wonders ;)

    Thanks a lot.

    #296602

    Hey!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Header’ is closed to new replies.