Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #247969

    Hi,

    Since the update my no header pages are displaying a white block above the content. I tried following instructions found on the forum but the custom css hasn’t made a difference. Any suggestions?

    Thank you!

    Best,
    Jonathan

    #247970
    This reply has been marked as private.
    #248386

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0;
    }

    Regards,
    Yigit

    #248413

    Do I need to specify a page if I only want the header to not show on select pages?

    #248415

    Hey!

    Yes you do if you would like to apply only on certain pages. Please add following code to Quick CSS instead

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

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    #248549

    That worked, thanks Yigit!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘No header page issue’ is closed to new replies.