tuanphan Posted September 19 Share Posted September 19 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; } #2. Images belong specific Blog Page First, find Blog Page ID 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 See Post URL 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment