Accepting credit cards, warehouses, and shipping and fulfilling orders
I set up a new shop a few days ago selling football boots, I have had a few people add to cart and a returning visitor add to cart and get to checkout but not buying. I was wondering if there is something wrong with my website and if anyone could check it out? hmboots.myshopify.com is the link and looking for any help I can get 🙏
Solved! Go to the solution
This is an accepted solution.
Hi @hmboots,
It looks like the button border and the text is the same color as your background. Make sure to change the text color using your theme editor. You can also manually change it using the code below.
1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
2. Find the Asset folder, and open the base.css file
3. Add the code below at the very end of the file
.product-form__submit.button.button--full-width {
color: black;
border: 3px solid;
}
The dynamic button depends on the user preferences on their payment option
Hi @hmboots,
Thank you for sharing your website. I did had a look and your buy button is hidden. Is this done intentionally?
thank you for the quick reply and no it is not intended is there a way I can put it back? Thank you for the help
I also have noticed that there is a buy it now button for me sometimes and then a PayPal button other times but this is on my phone and could possibly be different for desktop
This is an accepted solution.
Hi @hmboots,
It looks like the button border and the text is the same color as your background. Make sure to change the text color using your theme editor. You can also manually change it using the code below.
1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
2. Find the Asset folder, and open the base.css file
3. Add the code below at the very end of the file
.product-form__submit.button.button--full-width {
color: black;
border: 3px solid;
}
The dynamic button depends on the user preferences on their payment option
Thank you very much it is largely appreciated
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025