Jump to content

is it possible to replace the arrows on a carosuel with your own custom image?

Go to solution Solved by tuanphan,

Recommended Posts

Posted (edited)

Is it possible to change the arrows to look completely different in a testimonial carousel. Ideally, I just want to replace the existing arrows with a .png file of an arrow I created.

And advice is appreciated.

Edited by RMorrisDesign
  • RMorrisDesign changed the title to is it possible to replace the arrows on a carosuel with your own custom image?
  • Solution
Posted
On 5/29/2023 at 11:20 PM, RMorrisDesign said:

It's the testimonial slider on the landing page

https://rabbit-apple-ltnh.squarespace.com/
password: Smile

Add to Design > Custom CSS

body.homepage {
div.mobile-arrows svg, div.desktop-arrows svg {
    display: none !important;
}
div.mobile-arrows div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button--left div {
    background-image: url(https://cdn.pixabay.com/photo/2022/03/16/01/23/bird-7071408__340.jpg);
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon-background {
    background-image: url(https://cdn.pixabay.com/photo/2022/07/16/15/34/kid-7325370__340.jpg);
}
}

 

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!)

Posted

The testimonials are set to autoplay but I wanted to have some subtle arrows if people want to toggle. It looks good on desktop but for some reason the left arrow gets flipped on mobile. 

mobile.png

desktop.png

Posted
On 6/9/2023 at 8:49 PM, RMorrisDesign said:

@tuanphan
i tried re-saving it. it should be there

https://rabbit-apple-ltnh.squarespace.com/
password: Smile

Add this code under

button.mobile-arrow-button.mobile-arrow-button--left div {
    transform: rotate(-180deg);
}

 

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!)

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.