rf9293 Posted June 30 Posted June 30 Hello, Is there a way to set an image so that it is transparent, not visually, but so that a link/button under it is still clickable? My reason for having an image on top of the link is purely aesthetic. NiangLee 1
DesignDivision Posted July 1 Posted July 1 Hey @rf9293, Could you please be more detailed with you what you need, maybe with screenshots? A solve could be using custom css to disable the pointer events on the top image block, so that the interactivity works on the element beneath it. #imgblockid { pointer-events: none; } You would need to find the specific #id for that specific image in the code. 1. Right click on the image and select 'Inspect'. 2. Find the value inside id="block-id-here" (see screenshot) 3. Replace #img-block-id in the code provided with your specific block id 4. Navigate to Pages > Website Tools (at the very bottom LHS) > Custom CSS 5. Paste the code in there and click Save
NiangLee Posted July 2 Posted July 2 7 hours ago, MikeTuff said: I also want a solution for my shopify store Carlanisa. This forum is meant for Squarespace users
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment