• I don’t really know how to phrase what I need help with so am not sure what to search for… so forgive me if this has already been answered elsewhere.

    I love the featured image that shows up in the blog roll or the list of blog posts on the Home page. But, I want to know if I can have them not show inside of the blog post itself. Is there an option that allows them to show on the home page but suppress showing them on the actual post?

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

    Thanks for reaching support.

    You can try adding this code in Appearance>Customize> Additional CSS

    .type-post .entry-thumb { display:none; }

    Kind regards

    Thread Starter stacybettencourt

    (@stacybettencourt)

    Hi – thank you for the help dimlyrathemes, but that does the exact opposite of what I want. I want the featured image to show on the blog feed. I do not want the featured image to show again inside the actual post.

    dimlyrathemes

    (@dimlyrathemes)

    I am sorry you are correct. Please try this code

    .single .entry-thumb { display:none;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image – Option to Show on Blog Roll but Not on Post?’ is closed to new replies.