Buy me a coffee

Change color of exit icon on Shop Product Lightbox

Change Color Of Exit Icon On Shop Product Lightbox 01 Min

To change color of exit icon on Shop Product lightbox

You can use this code to Custom CSS box

/* shop product x icon color */
.gallery-lightbox-close-btn-icon svg path {
stroke: red !important;
}

Change Color Of Exit Icon On Shop Product Lightbox 02 Min

If you want to change Left/Right Arrows

Change Color Of Exit Icon On Shop Product Lightbox 03 Min

You can use this CSS code

button.gallery-lightbox-control-btn[aria-label*="Slide"] {
color: #f1f !important;
}

Change Color Of Exit Icon On Shop Product Lightbox 04 Min