Shopify themes, liquid, logos, and UX
Hello,
Add to cart and buy now buttons are not displaying correctly under the color scheme chosen. I have tried playing with opacity and nothing seems to work accept shadow. When applying an outline color, it changes the text color etc.. Also, under "Buy Buttons" when I activate "show dynamic checkout buttons" the buy it now button is replaced with shop pay and it changes the text color of the add to cart button. As shown above, the colors selected in the scheme are not matching up with the button.
Solved! Go to the solution
This is an accepted solution.
check this one.
.button {
background: #121212 !important;
color: white !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @xcsresources ,
Please let me know what color do you want on the button. I can write you the custom CSS to add these color to the button.
Hi, a green background with black text. Thanks
Hi @xcsresources ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above </body> tag
<style>
.button.product-form__submit {
background: rgb(40,129,45) !important;
color: #000 !important;
}
</style>
If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
This is an accepted solution.
check this one.
.button {
background: #121212 !important;
color: white !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I used this as it affected every button instead of just the form_submit button
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