• This topic has 6 replies, 3 voices, and was last updated 2 years ago by vako.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #68400
    wricke
    Participant
    Premium Member

    How can I hide the header in the “Single Post Page” please?

    #68406
    vako
    Keymaster
    WP Royal Team

    Hi Wricke,

     

    Please navigate to Dashboard > Posts > Edit Post scroll down to the Post options and disable post page header, please check the screenshot: https://nimb.ws/MeQcNV

     

    Kind Regards

    #68408
    wricke
    Participant
    Premium Member

    Hey Vako,
    thank you very much.

    Is there a way to set that automatically for all posts?

    #68421
    Hershel Gau
    Participant
    Premium Member

    I am basically here for the same thing but I need to remove the header image for BOTH post and pages EXCEPT the front page.

    P.S – The POSTING speed limit on this forum is set so strict its ridiculous.  🙁

    #68433
    vako
    Keymaster
    WP Royal Team

    Hi Wricke,

     

    Actually, there is no options from the theme to disable the header section only on the single post pages, but we created a custom CSS snippet for you.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .single-post .entry-header {
    display: none;
    }

     

    Kind Regards

    #68436
    wricke
    Participant
    Premium Member

    Yes, that would be the only way to hide the header – although it´s stille there, hahaha.

    Thank you Vako.
    Greetings from germany.

    #68448
    vako
    Keymaster
    WP Royal Team

    Hi Wricke,

    At first, sorry for the late reply, we had holidays.

    Please share your website URL and we will check if the snippet we shared works, because it worked on our test servers.

     

    Kind Regards

     

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.