How to remove the arrow in product thumbnail?

Hi, I would like to remove the arrows in the product thumbnail blocking the text.

How can I remove them?

Hi @irisbr325

Could you share your store URL?

1 Like

Hi, here is my store URL
https://seapuri.sg/products/spicuraxel-ampoule

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.product .slick-next, 
.product .slick-prev {
display: none !important;
}
1 Like

Wow! thank you! it worked! :heart_eyes:

1 Like

You are very welcome! :heart_eyes: