riddle129 Posted March 30 Share Posted March 30 I have added code to the header of my homepage that successfully disables the image and headline links in summary blocks. I tried using the same code on a different page for another summary block and it does not work. Any ideas would be appreciated. Site URL is requires password > Fender11 Link to comment
Ziggy Posted March 30 Share Posted March 30 What's your website URL? What code are you using? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
riddle129 Posted March 30 Author Share Posted March 30 https://bumblebee-bumblebee-k6y2.squarespace.com/transactions pw: Fender11 The code used on the Home page is... </script> <style> .summary-thumbnail-container { pointer-events: none !important; } </style> <style> .summary-title { pointer-events: none !important; } </style> Ziggy 1 Link to comment
Ziggy Posted March 30 Share Posted March 30 Inspecting the code, I see the styles on the homepage, but not on the Transactions page, can you check whether they saved correctly when you added them to the page header code injection? riddle129 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
riddle129 Posted March 30 Author Share Posted March 30 I have added the code back to header of the Transactions page. Link to comment
riddle129 Posted March 30 Author Share Posted March 30 Ziggy: I solved this. I didn't think to inspect the elements on the Transaction page thinking they would be the same as Home. But after inspecting the elements I updated the code with .image-wraper and .blog-title respectively. ode is working now. Thanks so much for your response and time. <style> .image-wrapper { pointer-events: none !important; } </style> <style> .blog-title { pointer-events: none !important; } </style> 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