Shopify themes, liquid, logos, and UX
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.*
Solved! Go to the solution
This is an accepted solution.
Let try to add Custom CSS:
.cart__warnings a.button {
background-color: #000;
color: #fff !important;
}
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.
This is an accepted solution.
Let try to add Custom CSS:
.cart__warnings a.button {
background-color: #000;
color: #fff !important;
}
Hello, this solved the issue. Thank you very much!
You're welcome 🤗
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.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025