How to remove the arrow on the product image slideshow?

Solved

How to remove the arrow on the product image slideshow?

KimGottwald
Trailblazer
196 0 28

Hello,

does somebody know How to remove the arrow on the product image slideshow?

Thank you!

 

url: aliudclothing.com 

 

Remove Arrows on Slideshow 1@72x.png

Accepted Solution (1)

abdulmoeed37
Shopify Partner
30 5 4

This is an accepted solution.

Hi, please click on the customize button on the theme in which you want to remove the arrows.

 

Go to the product template and click on product information.

 

Scroll down and at the bottom you will see the option of adding custom CSS. Just paste the below code in custom CSS box to hide the arrows.

 

Please keep in mind that this code will hide arrows both on desktop and mobile devices. If you only want to hide these arrows on mobile then let me know.

 

.slick__arrow {
display: none !important;
}

 

abdulmoeed37_0-1716444332413.pngabdulmoeed37_1-1716444458239.pngabdulmoeed37_2-1716444495546.png

abdulmoeed37_3-1716444594540.png

 

If you are having difficulties in adding this code, let me know.

If you want to modify the theme or want to add any custom section in your theme or need bug fixes on the store
feel free to contact @ Email: [email protected]

View solution in original post

Replies 4 (4)

Sonya_2025
Shopify Partner
246 32 46

Hey @KimGottwald 

Pls following below steps:

1. Find the two buttons in your theme code editor. I am not sure where, remove the code I marked up

Sonya_2025_0-1716444313643.png

 

2. Go to the theme editor. Choose the product template you are using

3. Select the image slide section

4. Add below code to the custom css inputbox at the right corner

.slick__arrow--next {
  display: none
}

.slick__arrow--previous {
  display: none
}

 

Feel free to reach out if you need further assistance

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out. EMAIL ME  
Motivate me by  PAY ME

abdulmoeed37
Shopify Partner
30 5 4

This is an accepted solution.

Hi, please click on the customize button on the theme in which you want to remove the arrows.

 

Go to the product template and click on product information.

 

Scroll down and at the bottom you will see the option of adding custom CSS. Just paste the below code in custom CSS box to hide the arrows.

 

Please keep in mind that this code will hide arrows both on desktop and mobile devices. If you only want to hide these arrows on mobile then let me know.

 

.slick__arrow {
display: none !important;
}

 

abdulmoeed37_0-1716444332413.pngabdulmoeed37_1-1716444458239.pngabdulmoeed37_2-1716444495546.png

abdulmoeed37_3-1716444594540.png

 

If you are having difficulties in adding this code, let me know.

If you want to modify the theme or want to add any custom section in your theme or need bug fixes on the store
feel free to contact @ Email: [email protected]
Nannachri99
Visitor
1 0 0

It doesn’t work for me 

abdulmoeed37
Shopify Partner
30 5 4

Can you please share more details about your issue?

 

Send the screenshot as well as the code which you are trying to implement.

 

If possible please share your store URL as well.

If you want to modify the theme or want to add any custom section in your theme or need bug fixes on the store
feel free to contact @ Email: [email protected]