Different ways of changing the summary carousel arrows on Squarespace 7.1

This tutorial shows you how to change the summary carousel arrows on Squarespace 7.1

Complexity: Easy


1. Arrows bottom left with background colour.

In order to place the Squarespace summary carousel arrows to the bottom left use the code below. You can easily change background and arrow colours.

//Summary carousel arrows @media screen and (max-width: 767px) { .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager { bottom: -18% !important;} } .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager { float: none; width: auto; position: absolute; bottom: -10%; } .sqs-gallery-design-carousel .sqs-gallery-controls .next::before { background-color: #ffbe00; color: #fff; padding: 5px; } .sqs-gallery-design-carousel .sqs-gallery-controls .previous::before { background-color: #ffbe00; color: #fff; padding: 5px; }
summary_carousel_arrows_right.jpg

2. Summary carousel arrows bottom centre

To place the Squarespace summary carousel arrows to the bottom centre use the code below. You can easily change background and arrow colours.

//Summary carousel arrows .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager { float: none; width: 90px; position: absolute; bottom: -12%; left: 50%; -webkit-transform: translate(-50%); -ms-transform: translate(-50%); transform: translate(-50%); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 9; } .sqs-gallery-design-carousel .sqs-gallery-controls .next::before { background-color: #ffbe00; color: #000; padding: 12px; } .sqs-gallery-design-carousel .sqs-gallery-controls .previous::before { background-color: #ffbe00; color: #000; padding: 12px; }
summary_carousel_arrows_center.jpg

3. Move arrows either side

To place the Squarespace summary carousel arrows on either side use the code below. You can easily change background and arrow colours.

//Summary carousel arrows .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager { float: none; width: 100%; position: absolute; bottom: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; z-index: 9; } .sqs-gallery-design-carousel .sqs-gallery-controls .next::before { background-color: #ffbe00; color: #000; padding: 12px; } .sqs-gallery-design-carousel .sqs-gallery-controls .previous::before { background-color: #ffbe00; color: #000; padding: 12px; }
summary_carousel_arrows_side.jpg

If you have any questions or need any help with your Squarespace website design, you can book a 1:1 consultation.


All work in this guide is provided ?“AS IS”. Other than as provided this guide makes no other warranties, express or implied, and hereby disclaims all implied warranties, including any warranty of fitness for a particular purpose.

If you require professional advice, you can book our consultation services.

Primitus Consultancy

We work with small and medium-sized businesses to help create a professional online presence. We provide a one shop full-service design studio in London, United Kingdom. 

https://primitusconsultancy.co.uk
Previous
Previous

Changing the colour of top navigation link on hover and when active

Next
Next

How to redirect your client to a different page once a purchase is made on Squarespace.