JMaybe Posted August 15, 2022 Share Posted August 15, 2022 Site URL: http://www.localrewards.chat/winbackspend Hey, I don't want the items in the summary block to link out to anywhere or be clickable - how would I do this? I've tried the below as a code block (I cannot inject into the footer - it only gives me the header option) <script> $(document).ready(function() { $('div#block-yui_3_17_2_1_1660588805668_68693 *').removeAttr('href'); }); </script> Thanks! Link to comment
tuanphan Posted August 18, 2022 Share Posted August 18, 2022 Add this to Design > Custom CSS div#block-yui_3_17_2_1_1660588805668_68693 { 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