HOHWIP Posted August 13, 2020 Share Posted August 13, 2020 (edited) Hi @tuanphan, I have a question for you regarding creating custom “gallery right+left arrows/controls in Squarespace 7.1. 1. I would like to change/create custom gallery “controls”, for the right and left arrow in Gallery: Slideshow Reel. Do you know how I can do that? 2. I would like to replace the current arrows and use a custom .svg for right and left, example: right.svg and left.svg 3. I would like to set the size of each to 50px x 50px 4. How do I remove the transparent box around the current arrows so only the new svgs for right and left are visible (ie. Floating)? Preview details below: Thanks so much for your help! -Nicholas Edited August 16, 2020 by HOHWIP Aesthetic_Collab and manumuniz 2 Link to comment
HOHWIP Posted August 15, 2020 Author Share Posted August 15, 2020 Hi @tuanphan - Any thoughts on the above CSS issue? Thanks for your help and support! - NK Link to comment
derricksrandomviews Posted August 15, 2020 Share Posted August 15, 2020 (edited) This should help with part of what you want, goes into custom css. .gallery-fullscreen-slideshow-control-btn-icon svg { width: 50px !important; height: 50px !important; } Edited August 15, 2020 by derricksrandomviews Link to comment
HOHWIP Posted August 16, 2020 Author Share Posted August 16, 2020 Thanks @derricksrandomviews. Will give a try.. still working on the full solve! Link to comment
tuanphan Posted October 13, 2020 Share Posted October 13, 2020 If you share link to gallery. We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
JamIsJam88 Posted January 29, 2021 Share Posted January 29, 2021 On 8/15/2020 at 1:10 PM, derricksrandomviews said: This should help with part of what you want, goes into custom css. .gallery-fullscreen-slideshow-control-btn-icon svg { width: 50px !important; height: 50px !important; } Hey has anyone figured out how to make this work? Since it won't let me upload a svg to Manage Custom Files in Custom CSS, I uploaded a .png file and changed svg to name.png. That didn't work. Link to comment
derricksrandomviews Posted January 29, 2021 Share Posted January 29, 2021 How about I give you the complete snippet I use on my site for gallery block slideshows to customize the arrows. The color, size, and background radius can all be changed it won't change the shape of the arrow but will allow other tweaks, who knows you might like it. .sqs-gallery-block-slideshow .sqs-gallery-controls .next, .sqs-gallery-block-slideshow .sqs-gallery-controls .previous { background: none; /*removes the original background behind the arrows*/ } .sqs-gallery-block-slideshow .sqs-gallery-controls .next::before, .sqs-gallery-block-slideshow .sqs-gallery-controls .previous::before { background: ; color: black; font-size: 2.5em; /*this changes the size of the arrows*/ padding: 10px; border-radius: 30%; /*remove this is you don't want the background rounded*/ } Link to comment
trhine Posted November 9, 2021 Share Posted November 9, 2021 is it possible to change the controls for a simple slideshow from arrows to bullets? Link to comment
tuanphan Posted November 11, 2021 Share Posted November 11, 2021 On 11/9/2021 at 11:27 PM, trhine said: is it possible to change the controls for a simple slideshow from arrows to bullets? You mean change arrows icon to custom bullet icon or change left/right arrows to bottom dots? Kanner 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
adameus Posted September 27, 2022 Share Posted September 27, 2022 is it possible to REMOVE the left right arrows on a gallery block lightshow? I would also need the left right arrows to be disabled on the keyboard. Link to comment
tuanphan Posted September 28, 2022 Share Posted September 28, 2022 17 hours ago, adameus said: is it possible to REMOVE the left right arrows on a gallery block lightshow? I would also need the left right arrows to be disabled on the keyboard. If you share link to page where you use gallery block, we can give code to do this Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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