Jump to content

How can I change slideshow arrows?

Recommended Posts

18 hours ago, Nomis said:

Thank you for your reply @tuanphan. I would like to design the arrows for the slideshow and the carousel as shown in the attached screenshot. I would greatly appreciate any help!
 

Bildschirmfoto 2023-12-16 um 14.11.00.png

Do you have link to this page? I can copy arrow style. 

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

You can use this code to Custom CSS, replace example icon url with your icon url

button[class*="arrow-button"] svg {
    display: none !important;
}
[class*="arrow-icon-background"] {
        background-size: contain;
    background-repeat:no-repeat;
    background-position: center center;
    background-color: transparent !important;
}
button[class*="arrow-button--left"] [class*="arrow-icon-background"] {
    background-image: url(https://content.invisioncic.com/p289038/monthly_2022_09/1773097810_Group12@2x.png.fd2d6dc749f79343ae687e29649cea4f.png);
}
button[class*="arrow-button--right"] [class*="arrow-icon-background"] {
    background-image: url(https://content.invisioncic.com/p289038/monthly_2022_09/1753379866_Group13@2x.png.54c2b0e59adbe1a1f31f46b8b628398d.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

Thank you @tuanphan! Unfortunately, it's not working exactly as I want. I uploaded a square background image, but it's still displayed in a round shape. Also, the position is not exactly as I envision it. It should be at the edge of the page, as shown in the example. Could you assist me with this again?

Bildschirmfoto 2023-12-19 um 12.55.24.png

Bildschirmfoto 2023-12-19 um 12.55.50.png

Link to comment
21 hours ago, Nomis said:

Thank you @tuanphan! Unfortunately, it's not working exactly as I want. I uploaded a square background image, but it's still displayed in a round shape. Also, the position is not exactly as I envision it. It should be at the edge of the page, as shown in the example. Could you assist me with this again?

Bildschirmfoto 2023-12-19 um 12.55.24.png

Bildschirmfoto 2023-12-19 um 12.55.50.png

Can you send icon file url?

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

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
  • 2 weeks later...
20 hours ago, Nomis said:

Yes @tuanphan, basically something like that. However, for the position and shape of the arrows, I'm looking for something more like the example I already sent. Can you help me with this again?

Bildschirmfoto 2024-01-02 um 14.15.47.png

Add this CSS code

.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button {
    border-radius: 0 !important;
}

 

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
  • 5 months later...

Hey, we have the same Problem,

we'd like to have pretty much identical arrows in the same position as the person who opened the post. (www.bottegajacobs.com), but only for a mobile section. Can you help us?

Best regards, Paul 

 

Bildschirm­foto 2024-06-28 um 16.53.53.png

Link to comment
On 6/28/2024 at 9:56 PM, Paul_Wille said:

Hey, we have the same Problem,

we'd like to have pretty much identical arrows in the same position as the person who opened the post. (www.bottegajacobs.com), but only for a mobile section. Can you help us?

Best regards, Paul 

 

Bildschirm­foto 2024-06-28 um 16.53.53.png

You can use this to Custom CSS box

@media screen and (max-width:767px) {
section[data-section-id="667e8aef609f49410725a2bb"] .desktop-arrows.arrows-bottom-outer {
    display: flex !important;
    bottom: unset !important;
    top: 50% !important;
    justify-content: space-between !important;
}}

 

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.