Home › Forums › WoodMart support forum › By switching to the second language, a category in the header will absent › Reply To: By switching to the second language, a category in the header will absent
September 29, 2019 at 2:54 pm
#147394
Elise Noromit
Member
Hello,
The Uncategorised category has been hidden by default by our theme. In order to show it, please add this custom CSS to the Theme Settings > Custom CSS > General
body .woodmart-product-categories .wc-default-cat {
display: inline-block!important;
}
Best Regards