Shopify themes, liquid, logos, and UX
Hi,
Trying to change the text colour of the Add to Cart button on all product pages.
See photo attached.
Thanks for your help
Solved! Go to the solution
This is an accepted solution.
You can follow the following steps:
1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag
<style>
button.product-form__submit.button.button--full-width.button--primary span {
color: white !important;
}
.product-form__input input[type=radio]:checked+label {
color: white !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
This is an accepted solution.
You can follow the following steps:
1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag
<style>
button.product-form__submit.button.button--full-width.button--primary span {
color: white !important;
}
.product-form__input input[type=radio]:checked+label {
color: white !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
Fantastic worked perfectly!
Thank you
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024