• Resolved shannonstorm

    (@shannonstorm)


    Hi there, there was a previous thread that was similar to this but after trying all the code in there, i still could not achieve this without it effecting something else.

    I would like to hide the featured image that displays at the top of a single post page, the featured image SHOULD however display on the home page in the sidebar “recent posts” widget and in the related posts “you may also like” section. So i would just like to hide it inside the actual post itself, on all the posts.

    (when i tried the css suggested on the other thread, i managed to hide it in the post, but it was also making the images hidden in the sidebar related posts section)

    Could you help with some css for this?

    Thank you so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    you can try this

    .single-post #content .entry-featured {
        display: none;
    }
    
    #content .entry-related .entry-featured {
        display: block;
    }

    under Appearance->Customize->Additional CSS.

    Let me know if this helps.

    Thread Starter shannonstorm

    (@shannonstorm)

    Thank you so much! That worked perfectly ??

    Glad I could help!
    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Featured Image in Single Post Page’ is closed to new replies.