Home Forums WoodMart support forum Changing the Color of Arrow Icons in Product Images

Changing the Color of Arrow Icons in Product Images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #600977

    Ecommerce
    Participant

    Hi,

    how can i change the color of the arrow icons in the visual gallery on the product page?

    Attachments:
    You must be logged in to view attached files.
    #601023

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .single-product .wd-arrow-inner {
        color: #f60101;
    }

    Best Regards

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