Home Forums WoodMart support forum Modify font of texts inside filter widgets Reply To: Modify font of texts inside filter widgets

#284299

Hello,

Please add this code to the Theme Settings > Custom CSS > chose the appropriate device:

body .woodmart-woocommerce-layered-nav .layer-term-name {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
	  color:red;
}
body .widget_categories ul li a {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
	  color:red;
}

Set the values as per your needs.

Best Regards