Need to get the quantity adjustment ( + and -) in the cart as we don’t have that for some reason as shown in the pic attached.
Please, share your store URL. Thanks!
Thanks for the info, try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.cart-item__quantity .quantity__button svg {
display: block !important;
color: black;
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
HI @Made4uo-Ribe ,
Is there anyway to get it in a box something like this?
Or have the - and plus + closer together?
Thanks,
Yeps, add this code same instruction.
.cart-item__quantity .field {
width:40%;
border: 1px solid grey;
}
and Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
would I replace the code you gave me before or add it underneath?
Just add undeneath be sure after the last }. And Save.
Same instruction, add this code paste after the last }.
.cart-drawer__head {
padding-top: 2rem;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
it’s not working on my end unfortunately…I attached the coding I used and this is the site im trying to get it for https://www.deepcellulitetreatment.com/
This is the same store? if not possibilities the code wont work on the other store.
Both stores are Sahara theme. The one store already has the check mark.
The link I posted above is to the store that doesn’t have it. https://www.deepcellulitetreatment.com/
I’m sorry, I didn’t understand what you want me to do for the other store. Do you want me to add the close button? I think the close button was intentionally hidden.
Ya we are looking for the “x” to close the cart so people on mobile can close it because it almost takes up the whole screen.
Try this one,
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.cart-drawer__head {
padding-top: 2rem !important;
}
#shopify-section-cart-drawer svg {
display: block !important;
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Perfect thank you so much. it worked.
Welcome, would you mind hitting some thumbs up please. It would help me a lot.
Thank you so much for helping me.