Jump to content

Hide Thumbnail Images from Single Column Blog (7.1)

Recommended Posts

Hello,

I am trying to remove thumbnail images from my Single Column Blog, BOTH from the blogroll and from each entry page itself. BUT I still want to be able to upload a thumbnail that will appear in Summary Blocks and when the link is shared on social. I have tried everything I know how to do, and I'm stuck. Someone please help!

Scott

Link to comment
  • 2 weeks later...
22 hours ago, scottsummerhayes said:

Hey Tuanphan,

Sorry for the delay here. The link is https://www.eloquentgraffiti.com/blog. Please help!

Thanks!

Add to Design > Custom CSS

/* remove blog thumbnail */
article.blog-single-column--container>div:first-child {
    display: none;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
14 hours ago, rachelr said:

I'm having the same issue. I'd like for my single column blog to not display any thumbnails, but I want to keep the thumbnail uploaded for display in summary blocks. @tuanphanwould you be able to take a look at my site as well? www.fridgeprep.com/test-blog

Add to Design > custom CSS

/* hide blog thumbnail */
article.blog-single-column--container.entry.blog-item.is-loaded>div:first-child {
    display: none;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 6 months later...
14 hours ago, subliminalsf said:

I'm actually looking for the opposite, I want to be able to hide the thumbnails in my summary block, but only on mobile...Any ideas?

Use this code

@media screen and (max-width:767px) {
/* hide blog thumbnail */
article.blog-single-column--container.entry.blog-item.is-loaded>div:first-child {
    display: none;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 6 months later...
On 3/10/2022 at 6:07 AM, SarahBethGraphics said:

Hi! The code worked great to hide my thumbnails (thanks!) but the space where the thumbnails were remains, causing a large vertical separation  between the posts. Any thoughts on how to reduce the space?

Thumbnail below, also the in-process site is https://sfne2.squarespace.com/news-content with a password of "design"

Thanks!

Screen Shot 2022-03-09 at 6.05.09 PM.png

It looks like you solved?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 10 months later...
  • 1 month later...

Hi! Versions of these codes have worked for me previously, but after some time it removes the entire newest post. It's as if it reads "first child" in two different ways (to mean featured image and to mean first post)

It happened once, so I changed to a new version, and now it has happened again. Everything goes back to normal if I remove the code. 

Link to comment
On 2/16/2023 at 12:40 AM, sophiemoss said:

Hi! Versions of these codes have worked for me previously, but after some time it removes the entire newest post. It's as if it reads "first child" in two different ways (to mean featured image and to mean first post)

It happened once, so I changed to a new version, and now it has happened again. Everything goes back to normal if I remove the code. 

Can you share link to blog page? We can check easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.