Hi,
we are using the "reach" theme and I was wondering how I can change the color of the cart-count-item to red:
At the moment it´s really hard to see and we need to highlight this a bit.
Solved! Go to the solution
This is an accepted solution.
Please add the following code in your assets/theme.scss.liquid or theme.css or stylesheet.css file. Which is present in your assets folder.
@media screen and (max-width: 768px){
span.site-header-action-icon-cart-count { color: #000 !important; }
.site-header-action-icon-cart-count{ background: #fff !important; }
}
Hope this works.
Thanks!
User | Count |
---|---|
713 | |
142 | |
103 | |
64 | |
37 |