Remove arrows from slideshow on Craft theme

Hi! I’m looking for solutions on how to disable the arrow buttons on slideshow, both on mobile and desktop. I don’t mind the dots!

Hi @joanadarq !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

Please share store URL that I can inspect and send code accordingly.

Best Regards;

Pagefly

@joanadarq

My pleasure to help you.
Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!

Thanks!

Hi! My URL is https://joanadarq.com/

@joanadarq

Please Add the following CSS code to your assets/component-slider.css bottom of the file.

.slider-button {display: none !important;}

Thanks!

3 Likes

Thank you so much for your help!