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!
@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?
Oh boy my apologies. Most importantly the add to cart buttons. Thanks so
much!
@Jake38r , no problems. You can do this to change the color:
In your Shopify Admin go to: online store > themes > actions > edit code
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
October 14, 2021, 8:41pm
5
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