black background in the cart
-
Hi, I need to change the color of the shopping cart background, I can’t find where to do it
Thank you very much
Attachments:
You must be
logged in to view attached files.
Hi sebasbenitez-5188,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.cart-widget-side.wd-side-hidden{
background-color: #000;
}
Regards,
Thank you very much for your response. Now I have one more question: How do I change the colors of the quantity item?
Thank you!!
Attachments:
You must be
logged in to view attached files.
Hi sebasbenitez-5188,
Thanks for reaching to us.
Please use the below Custom CSS:
.woocommerce-mini-cart div.quantity :is(input[type="number"],input[type="text"],input[type="button"]) {
color: #000;
}
Regards,