skalison Posted May 23, 2022 Share Posted May 23, 2022 Site URL: https://www.hannacreativeco.com/social-media-v2 Hello! I'm working on a summary block that has custom CSS applied to it (3rd section). Right now when you hover over the title a line extends out to switch the featured image. I'm trying to remove the hyperlink so that these three services do not link out to the blog post, but when I do this with pointer-events, it disables the line coding. Is there a way to deactivate the click-through without affecting the line animation? Thank you! Link to comment
tuanphan Posted May 24, 2022 Share Posted May 24, 2022 You mean remove links on image + title? Add to last line in Code Injection > Footer <script> $(document).ready(function() { $('div#block-yui_3_17_2_1_1653340552347_5433 *').removeAttr('href'); }); </script> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment