All things Shopify and commerce
I’m looking for a way to change the color of this add to cart button to blue and was wondering if possible to do, thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @Jademelody
.product-form__tuneboom-item.product-form__item.product-form__item--submit div[aria-label="Add to cart"] {
background: #4770DB !important;
color: white !important;
}
Hey @Jademelody
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.tuneboom .product-form__cart-submit {
background: #0E1B4D !important;
color: white !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
To change the color of an "Add to Cart" button to blue, you can use CSS. Here's how:
You need to know the class or ID of the "Add to Cart" button. For example, if the button has a class like add-to-cart.
Use the following CSS to change the button color to blue:
If you share the exact context of the button (e.g., website platform or HTML code), I can provide more specific guidance!
and can you also help me to change my website theme this is the site visit it "Dfa Appointment"
This is an accepted solution.
Hi @Jademelody
.product-form__tuneboom-item.product-form__item.product-form__item--submit div[aria-label="Add to cart"] {
background: #4770DB !important;
color: white !important;
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024