Home › Forums › WoodMart support forum › WIDGETS ATTRIBUTES TEXT COLOR › Reply To: WIDGETS ATTRIBUTES TEXT COLOR
November 2, 2023 at 10:35 am
#509259
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_layered_nav ul li a {
color: red;
}
.widget_layered_nav ul .count {
color: black;
}
Change the color as per your requirements.
Best Regards.