Archived topic
mini cart css
5 replies · Started by Klaus on December 5, 2020
I would like to change the font-weight of the product-names in the mini-cart-dropdown. What css would I have to apply? Thank you, Klaus
Hi Klaus,
I don't see the mini cart dropdown activated, can you activate it then I can have a look? Thanks!
Hi Ying, you have to put a product into the cart, then it works, I can't do that for you from here. There is a "Shop" in the header-navigation. Just select a product and put it into the cart, you can abandon it afterwards.
Try this CSS:
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
font-weight: 400;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if it works!
Yes, it works and looks much better. That was quick, like 10 minutes from posting my problem to your solution. Thanks a lot. Klaus
You are welcome :)