Add to basket is invisible in new theme!

Solved

Add to basket is invisible in new theme!

Nicola77
Tourist
6 1 1

Hi, I've just purchased the vivid theme and the add to basket button is invisible... I know this as shopfiy support clicked on where it should be and the item was added to the cart but you can't see it!!.

 

Any suggestions on how to make it visible?

 

2nd issue i offer free delivery, no issue with my old theme but this theme keeps saying free delivery over £100 how do I remove this as its incorrect?

 

Thanks

  •  
Accepted Solution (1)
kazi
Shopify Partner
716 100 126

This is an accepted solution.

@Nicola77  add to cart button color background is set to white, check theme settings > button or add to cart button or you can try this CSS to apply background color

 

.product__info-container .product-form .product-form__buttons .btn, .product__info-container .product-form .product-form__buttons .animated_btn {
background-color: #000;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

View solution in original post

Replies 5 (5)

kazi
Shopify Partner
716 100 126

@Nicola77  Hello can you share store URL?

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

Nicola77
Tourist
6 1 1

Www.mabelandco.co.uk

 

I’ve fixed the shipping problem, it’s just the invisible add to basket on the product page now!!

kazi
Shopify Partner
716 100 126

This is an accepted solution.

@Nicola77  add to cart button color background is set to white, check theme settings > button or add to cart button or you can try this CSS to apply background color

 

.product__info-container .product-form .product-form__buttons .btn, .product__info-container .product-form .product-form__buttons .animated_btn {
background-color: #000;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

Nicola77
Tourist
6 1 1

Fixed thank you 😁

kazi
Shopify Partner
716 100 126

You welcome!

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd