Home Forums WoodMart support forum Mini cart Font size change Reply To: Mini cart Font size change

#571334

Hung Pham
Keymaster

Hi joemitflow,

Thanks for reaching to us.

1. Buttons

Please go to Theme Settings > Styles and colors > Buttons > In the Advanced button styles section, you can select mini cart buttons to change background-color, font-size, color,… https://prnt.sc/I18cD91QDE8n

Regarding border colors, please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

p.woocommerce-mini-cart__buttons .btn-cart{
	border: 1px solid #000;
}

p.woocommerce-mini-cart__buttons .button.checkout{
	border: 1px solid #000;
}

2. Font sizes

Go to Theme Settings > Typography > Advanced. In this area, you can assign elements to below Custom Class:

+ Shopping Cart: .cart-widget-side .wd-heading .title

+ Subtotal: .cart-widget-side .woocommerce-mini-cart__total

Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

Regards,