joanapaprika Posted August 6, 2020 Share Posted August 6, 2020 (edited) Site URL: https://www.uncommongoods.studio Hello, I'm hoping to replace the slideshow navigation arrows to text nav like the example below. Could anyone advise on how to do this? 🙏 https://www.2xelliott.co.uk Many thanks in advance! Edited August 8, 2020 by joanapaprika Link to comment
tuanphan Posted August 7, 2020 Share Posted August 7, 2020 Above link doesn't exist. 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
Sienawalker Posted August 7, 2020 Share Posted August 7, 2020 here is a tutorial I've used to customize those arrows that's worked great! https://thirtyeightvisuals.com/blog/custom-arrows-testimonial-carousel-squarespace Link to comment
joanapaprika Posted August 8, 2020 Author Share Posted August 8, 2020 Apologies, I've just edited the URL, should work now Link to comment
rwp Posted August 8, 2020 Share Posted August 8, 2020 To replace the arrows, use this. To make the floating prev/next cursors would be more involved. [data-section-id="5f0c8246f812da717b1a434c"] .gallery-reel-control:first-of-type .gallery-reel-control-btn-icon::before { content: 'Prev'; word-wrap: normal; top: 2px; position: absolute; left: -1px; } [data-section-id="5f0c8246f812da717b1a434c"] .gallery-reel-control:last-of-type .gallery-reel-control-btn-icon::before { content: 'Next'; word-wrap: normal; top: 2px; position: absolute; left: -1px; } [data-section-id="5f0c8246f812da717b1a434c"] .gallery-reel-control .gallery-reel-control-btn-icon svg { visibility: hidden; } Link to comment
joanapaprika Posted August 9, 2020 Author Share Posted August 9, 2020 On 8/8/2020 at 12:51 PM, rwp said: To replace the arrows, use this. To make the floating prev/next cursors would be more involved. [data-section-id="5f0c8246f812da717b1a434c"] .gallery-reel-control:first-of-type .gallery-reel-control-btn-icon::before { content: 'Prev'; word-wrap: normal; top: 2px; position: absolute; left: -1px; } [data-section-id="5f0c8246f812da717b1a434c"] .gallery-reel-control:last-of-type .gallery-reel-control-btn-icon::before { content: 'Next'; word-wrap: normal; top: 2px; position: absolute; left: -1px; } [data-section-id="5f0c8246f812da717b1a434c"] .gallery-reel-control .gallery-reel-control-btn-icon svg { visibility: hidden; } Thank you so much for this. A couple of final things: how can I change the type to a specific heading style stipulated on Squarespace? And finally how can I remove those white boxes? Thanks! Link to comment
rwp Posted August 10, 2020 Share Posted August 10, 2020 You have to add the font family, size, etc to the css for the button. For the white box .gallery-reel-control-btn::before { background: transparent !important; } Link to comment
joanapaprika Posted August 28, 2020 Author Share Posted August 28, 2020 On 8/10/2020 at 3:04 AM, rwp said: You have to add the font family, size, etc to the css for the button. For the white box .gallery-reel-control-btn::before { background: transparent !important; } Perfect, many thanks! rwp 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