Home › Forums › WoodMart support forum › Number on Cart Bag › Reply To: Number on Cart Bag
October 5, 2020 at 8:46 am
#230929
Naveedsaeedkhan
Participant
Hi, Thank you so much now looks Good.
Codes not working in CSS Global so I used two codes, one for desktop and second for mobile, and set individually and all good. Thanks
—- Desktop —-
body .woodmart-cart-design-2 .woodmart-cart-number {
top: 45%;
right: 33%;
background: transparent;
color:white;
font-size:14px!important;
}
—- Desktop —-
—- Mobile —-
body .woodmart-cart-design-5 .woodmart-cart-number {
top: 40%;
right: 30%;
background: transparent;
color:white;
}
—- Mobile —-