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

  • RMorrisDesign changed the title to is it possible to replace the arrows on a carosuel with your own custom image?
  • Solution
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!)

Link to comment
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!)

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.