Home › Forums › Basel support forum › Uncategorized category from WooCommerce last version › Reply To: Uncategorized category from WooCommerce last version
March 29, 2018 at 6:34 am
#49739
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.basel-product-categories>li.wc-default-cat {
display: inline-block;
}
Regards