shannonpaton Posted March 16, 2022 Share Posted March 16, 2022 Site URL: https://chicken-porcupine-hpzr.squarespace.com/ Hello, I'm working on the following site: https://chicken-porcupine-hpzr.squarespace.com/ password: anrp I'm looking to make the tags and categories in the blog section non-clickable, since I don't want users to land on the actual filtered "blog pages" (all of the blog content on the site is linked to external resources). I am using the "tags" and "categories" to show which languages each resource is published in, and the publisher. I tried #block-6616f4886a08f8f6e626 { pointer-events: none !important; } but that made it so nothing in the blog category was clickable. Thanks for any ideas! Link to comment
tuanphan Posted March 18, 2022 Share Posted March 18, 2022 Add to Design> Custom CSS body.homepage .summary-metadata { pointer-events: none; } 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
shannonpaton Posted April 12, 2022 Author Share Posted April 12, 2022 Thanks so much! The code I ended up using was: body .summary-metadata { pointer-events: none; } 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