2

Image slider in mobile and tablet version

  • Done

Avatar
jim2sim

Hello, please make the image slider in the mobile and tablet version as well.


A

Activity Newest / Oldest

Avatar

Jack Richardson

Status changed to: Done

Avatar

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