You can see where I circled that there are no arrows next to the number of items in the cart. On the desktop version there are arrows, but not on mobile. How can I make the arrows appear on the mobile version. My theme is Berlin, and my URL is lakebaez.com.
Thank you, do you have code that can fix it?
What is the code?
Hi @LakeBaez
Please try to add this code in your theme.liquid file before tag and check if it appear or not
.quantity__button path { fill: #000 !important; }
My mistake, you must add this code
It still did not work unfortunately, I am still not seeing arrows on mobile


