Hello,
How can I change the background color of this Add to Cart button on the page of the product?
I want it to be a gold or yellow color, this is the Venture theme and thanks in advance!
Hello,
How can I change the background color of this Add to Cart button on the page of the product?
I want it to be a gold or yellow color, this is the Venture theme and thanks in advance!
Hi @anth
Thanks for writing your problem.
Before going to give you a solution can you please provide the store URL with a password so we can provide the exact solution to change add to cart button color on the product page.
Hello, here is the URL:
Please shared desired background colour and any other changes you want so I can give you code changes with directions accordingly
Hi @anth please go to edit code in theme then go to assets—>theme.scss then in the end add this line of code if theme.scss is not found in assets then it will be theme.css or base .css ok
.product-single__add-btn {
background-color: yellow;
}
Thank you @Ecommpremium , this worked great!