MarkR Posted April 7, 2020 Share Posted April 7, 2020 I am trying to either make the blog thumbnail the same as the Source URL or disable the thumbnail link completely. Right now the title links to the Source URL but the thumbnail links to the empty blog page. Ideas? Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 If you share link to page where you use blog, I can give code to disable link Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MarkR Posted April 7, 2020 Author Share Posted April 7, 2020 @tuanphan the site has some sensitive material so unfortunately I can't share it. However, I'm capable of finding the page/section IDs or identifiers necessary to target (so long as I know which ones I need). Can you give me an outline of how to target the right content and the proper code to insert? Thank you!!! Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 try #block-id a {pointer-events: none;} find block id. https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MarkR Posted April 7, 2020 Author Share Posted April 7, 2020 I don't see block-ids for blog thumbnail images and I'd like this solution to be global for ALL so I don't have to target and update CSS every time I add a post. Can I target an entire class (ex: BlogList-item-image)? Link to comment
MarkR Posted April 7, 2020 Author Share Posted April 7, 2020 Figured it out for anybody wondering: .Main--blog-list .BlogList-item-image {pointer-events: none;} @tuanphan - thanks for getting me headed in the right direction! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.