Home Forums WoodMart support forum Pagination for Product Photos

Pagination for Product Photos

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #290464

    shawnxign
    Participant

    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.
    #290696

    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.

    #291449

    shawnxign
    Participant

    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?

    #291469

    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.

Viewing 4 posts - 1 through 4 (of 4 total)