Jump to content

[Share] How to make Blog Featured image unclickable

Recommended Posts

To make blog feature image unclickable, you can use these CSS code to Website Tools > Custom CSS.

If it doesn't work, you can send link to blog page, I will check it again.

#1. All Blog Images

div.collection-content-wrapper .blog-item .image-wrapper {
    pointer-events: none;
}

image.png.5c46e90e868eb9ffc1a0841b295046a0.png

#2. Images belong specific Blog Page

First, find Blog Page ID

image.png.c423111e8bd3c93223cc52b5cc49fec8.png

Next, use CSS code like this

#collection-6677756d03a4f15ba27ce9d8 div.collection-content-wrapper .blog-item .image-wrapper {
    pointer-events: none;
}

#3. Specific blog image

First, you need to find blog item url slug by access Settings

image.png.28e1d133c21161efa09e60c4b50c42a7.png

See Post URL

image.png.7331762bdc308dc8bd3f4cf672aea4a8.png

Next, use CSS code like this

article.blog-item a.image-wrapper[href="/blog-2-1/the-mountai-bike"] {
    pointer-events: 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
  • Replies 0
  • Views 264
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.