• Resolved paradisiac

    (@paradisiac)


    Hey! How can I edit the arrow icons (and their colors) for the main product image?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    Hi @paradisiac

    Thank you for reaching out to us. We are sorry for the late response!

    We are using WordPress built-in dash icons to display arrows. Unfortunately, the changing icons feature is not available right now.
    To change the color you can put the below CSS at Appearance > Customize > Additional CSS

    .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before {
        color: #fff; /* Change your color here */
    }

    Hope to hear from you soon.
    Thank you

Viewing 1 replies (of 1 total)

The topic ‘How to change arrows style?’ is closed to new replies.