Home Forums WoodMart support forum menu filter Reply To: menu filter

#503225

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.