Shopify themes, liquid, logos, and UX
1} i wanna change add to cart button to #9ACA3D
2} Have to fix buy it now button & its background colour should be #9ACA3D & Text #303030
URL: https://www.mostlymo.com/
Hey @Emiway
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>
.button--secondary {
color: #9ACA3D !important;
}
.shopify-payment-button button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
line-height: unset !important;
background: #9ACA3D !important;
color: #303030 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
After adding to cart the checkout button is still same, can you also fix this
Hello @Emiway
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.button.button--lg.button--outline.button--secondary {
color: #9ACA3D;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
line-height: 1.3 !important;
color: #303030 !important;
background-color: #9ACA3D !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
After adding to cart the checkout button is still same, can you also fix this
Hello @Emiway
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.button.button--outline {
color: #9ACA3D !important;
}
result
Thanks
Hi @Emiway
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
.button--outline {
color: #9ACA3D !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
background: #9ACA3D !important;
color: #303030 !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
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