Reply 228939 to: Can't view the other product images on shop page

Avatar: Olga Barlow
Olga Barlow
Support staff
January 27, 2020 at 13:40

Hello,

Mobile devices do not have hover state as the desktop version, do you want to show the slider arrows always on the product image?
Then add the following code to child theme style.css and clear CDN cache

@media only screen and (max-width: 768px){
   .st-content .sm-arrow, .st-content .product-slider .bx-wrapper .bx-controls-direction a {
        display: block!important;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.