Hello, please make the image slider in the mobile and tablet version as well.
19-12-2022 -
Activity
Newest / Oldest
Jack Richardson
Status changed to:
Done
Jack Richardson
Hello @jim2sim,
Could you please, check if next option is checked in your Theme Settings -> prnt.sc/_w-MCsjxDgsq ?
If it is checked there are arrows on product in mobile view -> 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
Activity Newest / Oldest
Jack Richardson
Status changed to: Done
Jack Richardson
Hello @jim2sim,
Could you please, check if next option is checked in your Theme Settings -> prnt.sc/_w-MCsjxDgsq ?
If it is checked there are arrows on product in mobile view -> 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