Mini shopping cart background colour cannot be set
-
I have checked all the places where I can set the background colour of the mini cart and I can’t find a place where I can set the background colour of the mini cart, please tell me how to change it, thanks!
Attachments:
You must be
logged in to view attached files.
Hi ipaybom,
Thanks for reaching us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.cart-widget-side.wd-side-hidden{
background-color: #000;
}
Regards,