Viewing 3 replies - 1 through 3 (of 3 total)
  • should be possible, by targeting the post specific CSS class which gets output via the function body_class();

    example CSS in your case:

    .single-post.postid-434 .site-header,
    .single-post.postid-434 .header-image {
      display: none;
    }

    Hey there,

    Just a heads up: Please don’t add Theme Name in your thread’s title. That’s not how WordPress.org forums work. Just post your question in the right sub-forum (here, in this case) and it should be added automatically. Hope you understand.

    Thread Starter idoa

    (@idoa)

    Thanks a lot Michael
    Works perfectly.

    Thank you Suyogya, I was looking for that forum, couldn’t find it

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Theme Sydney] hide the header on one specific post’ is closed to new replies.