Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Please help! There is no "add to cart to button in my store" how to add. I already enabled the "quick add buttom" but still not showing! I am using sense theme
link: maevincollection.com
Solved! Go to the solution
This is an accepted solution.
Hi @Vince111
The issue is you set the background, and the button's text color is white, so you cannot see them. Please go to your Online Store > Themes > Customize > Theme settings > Color, edit Schemes setting your store uses for your button to solve it.
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @Vince111
The default color of the buttons are white, also the background if you cant change it in the Costumize setting you can 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, .shopify-challenge__button, .customer button {
color: black;
background: red;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Vince111
The issue is you set the background, and the button's text color is white, so you cannot see them. Please go to your Online Store > Themes > Customize > Theme settings > Color, edit Schemes setting your store uses for your button to solve it.
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @Vince111
The default color of the buttons are white, also the background if you cant change it in the Costumize setting you can 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, .shopify-challenge__button, .customer button {
color: black;
background: red;
}
And save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024