niteshifte Posted January 9 Share Posted January 9 Hi there, What code would I need to use to remove these arrows on desktop? I have already removed them on mobile. Thanks! Link to comment
Solution SQSPStarter Posted January 9 Solution Share Posted January 9 Hi @niteshifte Please add the following code to Design > Custom CSS: .ProductItem-gallery .enable-on-first-image-load.enabled { display: none !important; } Let me know how it goes 🙂 Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
niteshifte Posted January 9 Author Share Posted January 9 again I can't thank you enough! Amazing! Link to comment
SQSPStarter Posted January 9 Share Posted January 9 Awesome! feel free to reach out for FREE help or post in the community 🙂 Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
LucyBold Posted November 21 Share Posted November 21 Hello @SQSPStarter I am trying to remove the arrows on the product page image gallery on DESKTOP ONLY, is this possible? This is the website I am working on https://www.lacalifornie.es/all/p/z95p3wlcl4lh7jw-8k7kl-cwag8-hl4sg-27wsx-grt2g-pzsw9 Thanks in advance! Link to comment
tuanphan Posted November 24 Share Posted November 24 On 11/21/2023 at 9:47 PM, LucyBold said: Hello @SQSPStarter I am trying to remove the arrows on the product page image gallery on DESKTOP ONLY, is this possible? This is the website I am working on https://www.lacalifornie.es/all/p/z95p3wlcl4lh7jw-8k7kl-cwag8-hl4sg-27wsx-grt2g-pzsw9 Thanks in advance! You can change code to this @media screen and (min-width:992px) { .ProductItem-gallery .enable-on-first-image-load.enabled { display: none !important; } } 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