Home › Forums › WoodMart support forum › Modify font of texts inside filter widgets › Reply To: Modify font of texts inside filter widgets
April 19, 2021 at 11:42 am
#284299
Elise Noromit
Member
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