hello, as you can see in this image for some reason our producr page buttons, item quantity, and zoom icon are all just filled in black sqaures/rectangles. i have our button label set to white so i dont know why this is happening
any ideas?
Hi,
Hope this will help
CSS code example
button,
.quantity__input,
.icon-zoom {
background-color: white;
color: black;
}