Archived topic
Menu mini cart fonts
8 replies · Started by Georgios on February 14, 2022
Hello
Theme: SHOP
i cant find where i can change the fonts of menu mini cart. Any help please?
thank you
Hi Georgios,
You can change the cart size at customizer > typography > primary navigation menu item,
Got it ,thank you.
I would like to change only fonts in the mini cart, I guess no way to do that?
(Detail: i want to change the product items font in the mini cart)
Try this CSS:
.menu-bar-item.wc-menu-item > a {
font-size: 25px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you very much:)
I am sorry ,perhaps i didnt explain well. that css change the menu icon /total for mini cart menu
Min cart has some products in ,i try to change the font for the products mini cart contains
Do you mean this?
https://www.screencast.com/t/k6xvcyCP
If so, you can add this custom CSS class to customizer > typography: li.woocommerce-mini-cart-item.mini_cart_item a.
I shot a small clip to demonstrate how to add custom selector:
https://www.screencast.com/t/UKxkT6pij
That worked fine!!
Many thanks
No problem :)