Why are all my website buttons showing up as transparent?

Why are all my website buttons showing up as transparent?

Jake38r
Visitor
2 0 0

Hey there, i was wondering if someone could help me out. All of my buttons are transparent and show up as the background color of the overall site and i have no idea why. I would just like it to be normal and use the button background color i choose. For the debut theme

Website URL https://printmesuper.com/

Thanks!

Replies 4 (4)

diego_ezfy
Shopify Partner
2979 572 925

@Jake38r 

You're currently using the Prestige theme. Can you please send a screenshot of what button(s) you'd like to change the color?

Jake38r
Visitor
2 0 0
Oh boy my apologies. Most importantly the add to cart buttons. Thanks so
much!
diego_ezfy
Shopify Partner
2979 572 925

@Jake38r, no problems. You can do this to change the color:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:


.ProductForm__AddToCart{
    background-color: #ccc !important;
    color: #fff !important;
    border-color: #ccc !important;
}


You can change the color as per your wish:

#ccc = background hex color
#fff = text hex color
#ccc = border hex color

Kind regards,
Diego

mila27
Tourist
3 0 0

Hi! I'm setting up my website using Dawn Theme.

The image banner has a white button and inside the shop now button. How can I make them transparent?

Thank you I hope someone will be able to help me 🙂Schermata 2021-10-14 alle 22.38.10.pngSchermata 2021-10-14 alle 22.11.48.png