How do I remove the featured image inside a blog post?

Solved

How do I remove the featured image inside a blog post?

tobbelindgren
Visitor
2 0 1

Hey guys,

 

I'd like some help removing (hiding) the featured image inside of the actual blog post, but keeping it visible (like normal) in the blog list page. There's no option to do this within the theme itself, so I'm guessing some added code is necessary. 

 

I'm using the Startup theme and my website is: https://lindgrensmaleri.se/

 

Thank you for your time 🙂

 

keepthis.jpg

removethis.jpg

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @tobbelindgren 

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

 

Add this css at the bottom

Online Store->Theme->Edit code

assets->theme.css

 

.featured-image.contained-featured-image {

        display: none !important;

}

 

Hope you find my answer helpful!

Regards,

PageFly

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @tobbelindgren 

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

 

Add this css at the bottom

Online Store->Theme->Edit code

assets->theme.css

 

.featured-image.contained-featured-image {

        display: none !important;

}

 

Hope you find my answer helpful!

Regards,

PageFly

tobbelindgren
Visitor
2 0 1

You're a scholar and a saint my friend! Thank you kindly for your prompt help, it worked perfectly 🙂 

ggregorc
Visitor
1 0 0

Hi! Is it any different if i'm using a different theme, because I can't seem to find the "theme.css" in the assets to edit the code. 

 

Im using the theme "Craft".

 

Thank you so much!