tonicastudio Posted February 15, 2022 Share Posted February 15, 2022 Does anyone know how to make the arrows in a summary carousel block look like this? And how to change the title text? Thank you!https://www.januarymade.co.nz/vip-day n Link to comment
Beyondspace Posted February 15, 2022 Share Posted February 15, 2022 44 minutes ago, tonicastudio said: Does anyone know how to make the arrows in a summary carousel block look like this? And how to change the title text? Thank you!https://www.januarymade.co.nz/vip-day n .sqs-gallery-controls > span { position: absolute !important; top: 50% !important; transform: translateY(-50%); } .sqs-gallery-design-carousel .sqs-gallery-controls .previous { left: -10px !important; } .sqs-gallery-design-carousel .sqs-gallery-controls .next { right: -10px !important; } .sqs-gallery-design-carousel .sqs-gallery-controls .next:before { background: url('https://api.iconify.design/carbon/next-outline.svg') no-repeat center center / contain; width: 50px; height: 50px; content: ''; } .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before { background: url('https://api.iconify.design/carbon/next-outline.svg?width=20&rotate=180deg') no-repeat center center / contain; width: 50px; height: 50px; content: ''; } Change the url background with the link of your arrow image meganheath 1 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, Keyword HighlighterIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment