Hello,
I was able to make my items transparent on the home page but when I click the specific product or even have it in the check out, the button and image have black background. How am I able to change both to different colors or transparent?
Hello,
I was able to make my items transparent on the home page but when I click the specific product or even have it in the check out, the button and image have black background. How am I able to change both to different colors or transparent?
Do you want all transparent? But youl lhave a problem in your pop cart.
Check this one.
.global-media-settings {
background: transparent;
}
.button, .shopify-challenge__button, .customer button {
background: transparent;
}
this is perfect, thank you!!
Welcome, would you mind to add likes. Thanks!