Hello, please make the image slider in the mobile and tablet version as well.
Completed
May 11, 2026
Hello @jim2sim,
Could you please, check if next option is checked in your Theme Settings -> https://prnt.sc/_w-MCsjxDgsq ?
If it is checked there are arrows on product in mobile view -> https://prnt.sc/3fUbcQKSjW6w
if you need to show only arrows but keep other hover effects disabled (and not turn on the checkbox) you may simply add next custom CSS to your Theme Settings -> Theme Custom CSS -> Global CSS:
@media only screen and (max-width: 768px) {
.hide-hover-on-mobile .hover-effect-slider .sm-arrow {
display: inline-block !important;
}
}
Regards, Jack Richardson
Hello @jim2sim, Could you please, check if next option is checked in your Theme Settings -> https://prnt.sc/_w-MCsjxDgsq ? If it is checked there are arrows on product in mobile view -> https://prnt.sc/3fUbcQKSjW6w if you need to show only arrows but keep other hover effects disabled (and not turn on the checkbox) you may simply add next custom CSS to your Theme Settings -> Theme Custom CSS -> Global CSS: @media only screen and (max-width: 768px) { .hide-hover-on-mobile .hover-effect-slider .sm-arrow { display: inline-block !important; } } Regards, Jack Richardson