Tagged: , ,

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

    Enfold 2.4.2

    In creating a page:
    Page Attributes
    (no parent)
    Default Template
    Order: 0

    Layout
    No Sidebar
    Header
    Don’t Display Header
    Footer
    Display Only Socket

    This is the appearance I’d like to see on the page, yet Enfold displays the Header despite my instruction not to.

    I could use a Blank Template, but I want to preserve the Footer display.

    Any other settings I’m missing?

    #200940

    Hi John!

    That ‘header’ refers to the Header with Page Title and Breadcrumb Navigation, not the top header, to hide that, use this code (add it to Quick CSS):

    .page-id-xxx #header{
    display: none !important;
    }

    Best regards,
    Josue

    #200959

    Thanks for the quick reply, Josue!

    That CSS didn’t work, sorry to say. Still displaying the Top Header. Only way around it is currently is to use the Blank Page template.

    Another version of the script?

    John

    #200961

    You need to change the .page-id-xxx class by the actual page ID, for example:

    .page-id-112 #header{
    display: none !important;
    }

    Best regards,
    Josue

    #200962

    Right, OK – will try.

    John

    #200963

    We looking forward to hearing from you :)

    Regards,

    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘"Don't Display Header" Still Displays Header’ is closed to new replies.