Comments 12MeesterGijs started the conversationNovember 6, 2022 at 10:45amHello there,How can I change the styling here, so that it looks like this?I thought this would work, but it doesn't stick....sleek .woocart{background-color: #88deb4;}.woocommerce-mini-cart__empty-message{background: #fff}Thank you again and again,Gijs[deleted] repliedNovember 8, 2022 at 2:21pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .woocart.active { background:#ffffff; } .mooc .vbpcart.active:after, .sleek .vbpcart.active:after { bottom: -7px; } 12MeesterGijs repliedNovember 8, 2022 at 8:00pmPerfecto!And how can I lower font weight of this string SUBTOTAAL?[deleted] repliedNovember 11, 2022 at 9:24amPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : p.woocommerce-mini-cart__total.total strong { font-weight:400;} 12MeesterGijs repliedNovember 12, 2022 at 10:18amPerfect :)~closing~ Sign in to reply ...
Hello there,
How can I change the styling here, so that it looks like this?
I thought this would work, but it doesn't stick...
.sleek .woocart{background-color: #88deb4;}
.woocommerce-mini-cart__empty-message{background: #fff}
Thank you again and again,
Gijs
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.woocart.active { background:#ffffff; } .mooc .vbpcart.active:after, .sleek .vbpcart.active:after { bottom: -7px; }
Perfecto!
And how can I lower font weight of this string SUBTOTAAL?
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
p.woocommerce-mini-cart__total.total strong {
font-weight:400;
}
Perfect :)
~closing~