Hi there everyone,
Hope this finds you well,
I have a very light color of my theme.
It all looks great, however, I am experiencing issues when customers are adding too many items to the cart as they can simply not see the EDIT Button as per below.
Is there a chance to chance the color of those buttons without changing the main color of buttons on entire theme?
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Please add the following code at the bottom of your assets/theme.css or assets/theme.scss.liquid file.
.cart__submit-controls .btn--secondary {
background-color: transparent;
color: #dbb8b8 !important;
border-color: #dbb8b8 !important;
}
.cart-header .text-link--accent {
color: #dbb8b8 !important;
}
Let me know if this works.
Thanks!
I'm afraid it did not change anything.
Are there any other options? I have also noticed that when viewing cart on the phone and if name of the item is long, the EDIT button disappears entirely as per below.
First image when the phone is vertically.
Second image is when the phone is horizontally.
Any solution for this?
As for the continue shopping button color you can use the following code.
.cart-header .text-link--accent {
color: #dbb8b8 !important;
}
Another thing is I couldn't see the edit button on desktop and mobile as well. Please see the screenshot below.
Hope I am in the correct place.
Thanks!
User | Count |
---|---|
550 | |
213 | |
129 | |
81 | |
44 |