Hi, I would like to remove the arrows in the product thumbnail blocking the text.
How can I remove them?
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?
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;
}
Wow! thank you! it worked! ![]()
You are very welcome! ![]()