Hi!
I am the owner of the shop www.fuelme.fi.
I have noticed that on the mobile version of my store, there is no "remove items from cart" button if a customer wishes to clear their bakset. While on the desktop version there is no problem to do that. I am using the Debut theme.
Is there a way to fix this?
Pieter
Hello Pieter,
In you file theme.scss.css you have displayed none to ".cart .cart__update-wrapper" class on line number 3689
Just follow these steps and it will solve your problem
Hope that helps!
Glad to know it worked!
To hide update button and assuming you want to hide quantity field too you can add following css in same theme.scss.css file at the bottom.
.cart__qty, .cart__update {
display: none;
}
Let me know if it worked.
Sagar
Hi,
I was hoping for some assistance on this.
I am using the Broadcast theme and trying to implement the remove button.
I have removed the quantity selector because it is not relevant to my products.
this is the code below as suggested to be same as the one on my theme.
@_media screen and (max-width: 639px) {
.cart {
margin: 20px auto;
.remove { display: none; }
}
I've tried the comment out code but this does not seem to work with my website. Seems to create an issue so was hoping to get some help.
Thanks
User | Count |
---|---|
545 | |
209 | |
125 | |
79 | |
42 |