milowindsor Posted October 10, 2019 Share Posted October 10, 2019 Hi I'd some of the images on my homepage to be static, ie when I click on them nothing happens. And I'd like some of the images to be active, clicking goes through to gallery. Is there a way of disabling some of them? I'm using Flatiron in the Brine family. Thank you! mylesformby.com Link to comment
colin.irwin Posted October 10, 2019 Share Posted October 10, 2019 Hi, You can disable the pointer events on specific items by targeting the url. .homepage a[href="/australian-glow-4/"] { pointer-events: none; } You would need a rule like the above for each of the items you don't want to link to. The code should be inserted into the custom css area. NB. It would also be possible to disable the rollover but, because it shows the project name, I haven't done so. Please upvote (top left) and like (bottom right) if this helps. If you're looking for a Squarespace Developer, drop me a line. Link to comment
milowindsor Posted October 10, 2019 Author Share Posted October 10, 2019 You're amazing that worked thanks! Link to comment
colin.irwin Posted October 10, 2019 Share Posted October 10, 2019 Cool - please accept my answer by upvoting and liking 👍 If you're looking for a Squarespace Developer, drop me a line. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.