Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Hello @IFGI ,
Add this CSS at the bottom of Online Store-> Theme->Edit code->Assets->base.css
@media(min-width: 280px) and (max-width: 767px){
.glide__arrow {
display: none;
}
}
@IFGI ,
Add this CSS at the bottom of Online Store-> Theme->Edit code->Assets->base.css
.glide__arrow {
display: none !important;
}