• Resolved fansylla

    (@fansylla)


    Hello,

    I’m new to WordPress. I’ve been playing around with CSS to remove the header from single posts but I’m failing each time. I just want to be able to see the featured image and the rest of the post, not the site logo + header + navigation links. My blog is supposed to be in a Maintenance Mode, so I just left one post so you can see my issue.

    Here is the link to my site: https://www.elsewherewithinhere.com/

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Fansylla,
    You didn’t mention the name of the theme.It’s very hard to edit the post without looking at the code.
    The goodz magazine theme doesn’t exist.

    Thread Starter fansylla

    (@fansylla)

    Hey Madhusudan!

    This is my theme: https://goodzmagazinedemo.wordpress.com/
    What I am using is the child theme.

    Thanks!

    Add this to your CSS:

    header {display:none;}

    and if you just want to hide your logo:

    .single .site-branding {display:none;}

    Bear in mind though that if you do that your users will not be able to go back from there and you will make it difficult for them to navigate.

    Rather make your logo smaller for post pages:

    .single .site-branding {width:100px;}

    Thread Starter fansylla

    (@fansylla)

    Yes thank you @martincds!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I remove site header from single posts?’ is closed to new replies.