Home › Forums › WoodMart support forum › menu filter › Reply To: menu filter
October 11, 2023 at 10:07 am
#503225

Aizaz Imtiaz Awan
Keymaster
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.widget_product_categories .widget-title {
color: red;
background-color: blue;
}
.cat-have-child.open-m-menu ul.children {
background-color: beige;
}
Change the code as per your requirements.
Best Regards.