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.
https://www.biche.store
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
check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.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 ,
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code just above tag
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
I used this as it affected every button instead of just the form_submit button