MoontideDesign Posted February 22, 2021 Posted February 22, 2021 Site URL: https://www.copperriverrecord.net How do I use custom code (CSS?) to tell this specific summary block (the news page image) not to allow click-thru? I need help identifying this specific block (I tried using Inspect Element to find the specific name/spot but my CSS skills are nil) because there are several summary blocks on the page that need to use their clickthru abilities. Just the news page needs to be disabled. How do I point to that, specifically?
tuanphan Posted February 28, 2021 Posted February 28, 2021 Use this CSS div#block-yui_3_17_2_1_1614007663233_8293 { pointer-events: none; } div#block... is summary block ID. Use this tool to find id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.