How can I remove product slide arrows on mobile format?

Solved

How can I remove product slide arrows on mobile format?

jtorres
Explorer
66 0 17

Hello, I would like to remove the product slide arrow just on mobile format.

This are the slide arrows:

Captura de pantalla 2022-07-07 a las 17.47.54.png

 

Website: https://innovamaxx.co/products/pm

 

Thank you for your help on advance!

Accepted Solution (1)

WoodyDev
Shopify Partner
578 115 193

This is an accepted solution.

Hi!

 

Add this to the bottom of your theme.css file:

 

button.flickityt4s-button.flickityt4s-prev-next-button.previous, button.flickityt4s-button.flickityt4s-prev-next-button.next {
    display: none;
}
Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder

View solution in original post

Reply 1 (1)

WoodyDev
Shopify Partner
578 115 193

This is an accepted solution.

Hi!

 

Add this to the bottom of your theme.css file:

 

button.flickityt4s-button.flickityt4s-prev-next-button.previous, button.flickityt4s-button.flickityt4s-prev-next-button.next {
    display: none;
}
Woody, 29, Stafford, UK | If I helped you out, mark it as the solution and drop me a thumbs up! | This is just a hobby for me, not my full-time job, so tips are greatly appreciated! paypal.me/woodybruh | Developer for AimShop.com | Owner of WoodyDevelopments | Try the best Shopify page builder