tinyinternetcompany Posted February 20 Share Posted February 20 Need the fairly simple custom tweak of changing the next/prev arrows on slideshows sitewide to other characters, or images if need be. For example: https://www.chloeaftel.com/advertising/apple Link to comment
tuanphan Posted February 25 Share Posted February 25 Hi, Add to Design > Custom CSS /* Summary block custom arrows */ .sqs-gallery-controls .next, .sqs-gallery-controls .previous { background-image: url(https://cdn.pixabay.com/photo/2023/01/31/05/59/zebra-7757193_1280.jpg); background-size: contain; background-repeat: no-repeat; background-position: center; } .sqs-gallery-controls .previous { background-image: url(https://cdn.pixabay.com/photo/2023/02/14/18/55/flowers-7790227_640.jpg) !important; } .sqs-gallery-controls .next:before, .sqs-gallery-controls .previous:before { visibility: hidden; } 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
tinyinternetcompany Posted March 6 Author Share Posted March 6 (edited) I love you tuanphan, I haven't tried it yet and will respond soon, but i've seen so many of your responses here for so many years, I just want you to know that you are amazing. You have solved so many issues for me in so many other threads over the years, even when i didn't ask lol. You're like the Squarespace Santa Claus!! ❤️ Edited March 7 by tinyinternetcompany spelling of santa claus lol Link to comment
tinyinternetcompany Posted March 7 Author Share Posted March 7 Quick question: if I just wanted to change it to plain text - and + (instead of < and >) and not images, is that possible? Link to comment
Solution tuanphan Posted March 10 Solution Share Posted March 10 On 3/7/2023 at 5:03 PM, tinyinternetcompany said: Quick question: if I just wanted to change it to plain text - and + (instead of < and >) and not images, is that possible? Use this new CSS code .sqs-gallery-controls .previous:before { content: "+" !important; font-family: initial !important; } .sqs-gallery-controls .next:before { content: "-" !important; font-family: initial !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
tinyinternetcompany Posted March 10 Author Share Posted March 10 (edited) Beautiful thanks! (Both of your answers were the solution, by the way, just marked the second one). Edited March 10 by tinyinternetcompany tuanphan 1 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