• Resolved pam

    (@manabeads)


    My current theme (“Writer”) does not offer the option to turn off the featured image on the single-post page and all their layouts have a huge featured image. I want to KEEP featured images on the posts, because they show up other places that are important, but I do not want the image on the page displaying the individual post.

    This should be a simple Additional CSS solution, but all of the code I’ve tried is ineffective. I have a feeling it’s because of theme-specific language, but I can’t figure it out.

    Example of the single post page I’m editing: https://jxz.d21.myftpupload.com/2022/12/20/let-go-of-judging-others-it-does-no-good/

    Can anyone help?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi pam,

    I understand that you want to hide the featured image on the single post page while keeping it on other areas of your website. This can be achieved by adding some custom CSS to your theme.

    Here’s what you can try:
    – Go to Appearance > Customize > Additional CSS.
    – Add the following code:

    .post_header_wrap_style_style-6 .post_featured.sc_parallax_wrap {
    display: none;
    }


    – Save and publish the changes.

    This code should hide the featured image on the single post page while leaving it visible on other areas of your website.

    Let me know if you have any further questions or concerns.

    Thread Starter pam

    (@manabeads)

    You’re my hero! Many many thanks!!

    You are welcome. Thanks!

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

The topic ‘Remove featured image from single post – need CSS’ is closed to new replies.