button, item quantity and zoom icon all showing all black dawn theme

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

  • Navigate to Product Page.and inspect button. Change the css

CSS code example

button,
.quantity__input,
.icon-zoom {
  background-color: white;
  color: black;
}
  • Check for Transparent Buttons