Pagination for Product Photos
-
Hi is there a way to make product photos on the product page pagination below the photos instead of arrows on the edge of each photo? This is of course when viewing the page on Mobile.
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry but there is no option in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
Best Regards.
Thank you for the reply. Is there any way to change the arrow colors on the side of the photos, so it is more visible?
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.product-images-inner .owl-next.wd-btn-arrow {
color: red;
}
.product-images-inner .owl-prev.wd-btn-arrow {
color: red;
}
Best Regards.