BrockDunnet Posted October 28, 2023 Share Posted October 28, 2023 (edited) Hi, I would like to remove the arrows from the testimonials carousel completely, on mobile the arrows take up a lot of vertical space in that section. https://landmarkdetailing.com.au/ Edited October 28, 2023 by BrockDunnet Added website URL. Link to comment
Solution Inspirerd Posted October 28, 2023 Solution Share Posted October 28, 2023 Hey @BrockDunnet! I am not quite sure if it can be done in the editor (that is to say, I am not confident it can't be done in the editor), but here is some code that achieves that. .user-items-list-carousel .mobile-arrows { display: none; } (In case you weren't sure how to add custom CSS: https://support.squarespace.com/hc/en-us/articles/206545567-Using-the-CSS-Editor) BrockDunnet 1 Daniel Rodrigues | Excito LLC Squarespace Web Design for Photographers & Creatives 🌐 https://www.excitollc.com/ | ✉ Contact Me: daniel@excitollc.com 💡 Squarespace Enthusiast | 📖 Squarespace Design Blog for Photographers 🤝 Always happy to help and collaborate! Connect with me on LinkedIn. Link to comment
BrockDunnet Posted October 30, 2023 Author Share Posted October 30, 2023 (edited) On 10/28/2023 at 2:14 PM, Inspirerd said: Hey @BrockDunnet! I am not quite sure if it can be done in the editor (that is to say, I am not confident it can't be done in the editor), but here is some code that achieves that. .user-items-list-carousel .mobile-arrows { display: none; } (In case you weren't sure how to add custom CSS: https://support.squarespace.com/hc/en-us/articles/206545567-Using-the-CSS-Editor) Hi Inspired, Thank you so much! Edited October 30, 2023 by BrockDunnet I made a mistake, code works perfectly! 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