artbsnss Posted August 27, 2020 Share Posted August 27, 2020 Site URL: https://www.pushplusminus.com/pinhole I have a site with photographs. The gallery type is "slideshow: simple" and the controls location is "side". The arrows are too small and have been missed by site visitors. I have no experience with CSS. I have tried a few suggestions I found on this forum and on the internet, placing the code in Home>Design>Custom CSS and none of them have worked. All I want to do is to increase the size of the side arrows. Can anyone help me in this? Thank you. Link to comment
Beyondspace Posted August 28, 2020 Share Posted August 28, 2020 7 hours ago, artbsnss said: Site URL: https://www.pushplusminus.com/pinhole I have a site with photographs. The gallery type is "slideshow: simple" and the controls location is "side". The arrows are too small and have been missed by site visitors. I have no experience with CSS. I have tried a few suggestions I found on this forum and on the internet, placing the code in Home>Design>Custom CSS and none of them have worked. All I want to do is to increase the size of the side arrows. Can anyone help me in this? Thank you. Kindly use this custom css .white .gallery-slideshow-control-btn svg { width: 27px; height: 58px; } @media screen and (max-width: 767px) { .white .gallery-slideshow-control-btn svg { width: 22.5px; height: 40px; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
TimandKimOriginals Posted January 24 Share Posted January 24 I tried the above solution but it only applied to one of my galleries in my website. Can I apply it to all my galleries? Thanks Timandkimoriginals.com Link to comment
TimandKimOriginals Posted January 24 Share Posted January 24 2 minutes ago, TimandKimOriginals said: I tried the above solution but it only applied to one of my galleries in my website. Can I apply it to all my galleries? Thanks Timandkimoriginals.com I figured it out. I have to change all the galleries to Lightest 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