• Resolved jamesvhwp

    (@jamesvhwp)


    Hi Kathryn,
    I read your thread to earnesthomeco on how to hide my heading. I am using the Flexibility3 theme, but when I tried using the CSS syntax you gave her (.page-id-25 .site-header, .page-id-30 .site-header {
    display: none;
    }), it did not work.

    I notice that repeated the wording “.page-id-25” in this syntax. If I only want to hide the heading, is that the correct one to use?

    One of the pages I need to remove the heading is an Infographic:–“https://mypayperlead.co.za/?page_id=231”

    Please use my email address [email protected] to notify.

    Best regards
    James

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    For the CSS you found from Kathryn to work, adjust the page-id to the page-id that corresponds with a page on your site.

    Like this (but with a different page id if necessary):

    .page-id-231 .site-header {
         display: none;
    }
    Moderator Kathryn Presner

    (@zoonini)

    Did Sarah’s clarification help?

    Please use my email address [redacted for privacy] to notify.

    We can only do forum support, but you can get email notifications by clicking the “Subscribe to Topic” link in the sidebar or the “Notify me of follow-up posts via email” checkbox when posting.

    Worked for me! Grazie!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide Header on certain pages’ is closed to new replies.