calcal Posted August 22, 2022 Share Posted August 22, 2022 Site URL: https://cals.art Good afternoon! Reference link here: https://www.cals.art/news I have a page which pulls info from a hidden blog into a sumamry block, as well as a hidden events page which gets pulled into a calander block. @creedon was kind enough to help me with a code snippet which disabled clickthrough from calander items into the hidden events page (which I've referenced below), but is anyone able to help me to disable clickthroughs on the summary block into the hidden blog page? Thank you so much for any help 🙂 Link to comment
Solution creedon Posted August 22, 2022 Solution Share Posted August 22, 2022 Add the following to Design > Custom CSS. /* disable summary block links */ .summary-metadata-item--cats, .summary-title-link  {     pointer-events : none;      } Let us know how it goes. calcal 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
calcal Posted August 25, 2022 Author Share Posted August 25, 2022 On 8/23/2022 at 3:24 AM, creedon said: Add the following to Design > Custom CSS. /* disable summary block links */ .summary-metadata-item--cats, .summary-title-link  {     pointer-events : none;      } Let us know how it goes. Thank you so much for helping me again @creedon works perfectly creedon 1 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