Can I customize the color of the next and back arrows and the x in the ThumbsGallery?
Thanks for support.
Reto
.baguetteBox-button svg polyline {
stroke: gold;
}
.baguetteBox-button#close-button svg g {
stroke: #b98c1d;
}
.baguetteBox-button {
background: transparent;
}