Home › Forums › WoodMart support forum › Shop menu doesn't show all Product categories › Reply To: Shop menu doesn't show all Product categories
February 1, 2018 at 3:00 pm
#36825
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-product-categories .wc-default-cat {
display: inline-block!important;
}
Regards