How to fix the ''Continue shopping'' button all black issue (for mobile)

Solved

How to fix the ''Continue shopping'' button all black issue (for mobile)

richardzekry
Visitor
2 0 0

Hi team! Everything on my web is exactly how I want it to be for now, however I have a small issue on my mobile version that bothers me. The ''Continue shopping'' button is all black with black letters and a hover effect that turns the box grey. I want it to be exactly like my desktop version, which is just a simple black box with ''Continue shopping'' in white letters. Here's my URL: https://richardzekry.com/

Please let me know if this is fixable, thank you!

 

Mobile screenshot is the issue.*
Desktop screenshot is how I want it to be.*

Screenshot 2025-05-11 at 10.20.31 PM.png

Screenshot 2025-05-11 at 10.20.24 PM.png

Accepted Solution (1)

BiDeal-Discount
Shopify Partner
782 101 174

This is an accepted solution.

Hi @richardzekry 

Let try to add Custom CSS:

.cart__warnings a.button {
  background-color: #000;
  color: #fff !important;
}

BiDealDiscount_0-1747022993040.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Replies 5 (5)

Bundler-Manuel
Astronaut
1106 51 131

Hey there Richard @richardzekry  perhaps this video here https://m.youtube.com/watch?v=ZIShkpTY_TY could direct you on how to customize the button to exactly how you want to be on your mobile.

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

BiDeal-Discount
Shopify Partner
782 101 174

This is an accepted solution.

Hi @richardzekry 

Let try to add Custom CSS:

.cart__warnings a.button {
  background-color: #000;
  color: #fff !important;
}

BiDealDiscount_0-1747022993040.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
richardzekry
Visitor
2 0 0

Hello, this solved the issue. Thank you very much!

BiDeal-Discount
Shopify Partner
782 101 174

You're welcome 🤗

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

Dan-From-Ryviu
Shopify Partner
11931 2340 2515

Hi @richardzekry 

You can solve it by adding this code to Custom CSS of your theme settings 

@media (max-width: 750px) {
.cart__warnings .button { color: #fff; }
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.