gracemoore Posted August 25, 2021 Share Posted August 25, 2021 Site URL: https://www.gracemooreyoga.com/ I am trying to hide the arrows either side of the carousel (as shown on the attached image) but only on desktop and tablet devices, I want them to remain on mobile devices. Is there a CSS snippet that I can use to do this? Link to the page: https://www.gracemooreyoga.com/ Many thanks in advance! Grace Link to comment
iamdavehart Posted August 25, 2021 Share Posted August 25, 2021 the arrows are different on desktop from mobile, so you can just add this to your CSS div.desktop-arrows { display:none; } you can put this in your Custom CSS if you want it to happen everywhere there's a carousel (probably a bad idea), or just wrap it in <style></style> and add it to a code block. You could also prefix the rule with the sections ID (use the Squarespace ID Finder Chrome extension for this is the easiest way) Dave Hart. Software/Technology Consultant living in London. buymeacoffee Link to comment
gracemoore Posted August 27, 2021 Author Share Posted August 27, 2021 On 8/25/2021 at 5:01 PM, iamdavehart said: the arrows are different on desktop from mobile, so you can just add this to your CSS div.desktop-arrows { display:none; } you can put this in your Custom CSS if you want it to happen everywhere there's a carousel (probably a bad idea), or just wrap it in <style></style> and add it to a code block. You could also prefix the rule with the sections ID (use the Squarespace ID Finder Chrome extension for this is the easiest way) Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.