Jump to content

Gallery Block Slideshow Arrow Styling

Go to solution Solved by tuanphan,

Recommended Posts

#1. Add to Website > Website Tools (under Not Linked) > Custom CSS

/* Gallery block arrows */
.sqs-gallery-controls .previous, .sqs-gallery-controls .next {
    background-color: transparent !important;
    color: black !important;
}

.sqs-gallery-controls .next:before, .sqs-gallery-controls .previous:before {
    font-size: 30px !important;
}

#2. Which position you want?

image.png.6ba3c152b37363e1b6d8ca3855d3e384.png

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
  • Solution
On 9/25/2023 at 6:11 AM, raego said:

Thank you! That's perfect for the style. For #2 on mobile, is it possible to move the arrows outwards (or make the images slightly smaller) so they don't sit on top of the image? 

Screen Shot 2023-09-25 at 9.10.49 am.png

Use this CSS code

@media screen and (max-width: 992px) {
.sqs-gallery-controls .previous {
left: -30px;
}
.sqs-gallery-controls .next {
right: -14px;
}}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.