Page title not showing all the categories.
-
I have 5 parent categories in my shop page. But the page title is only showing 4 of them. I tried to fix it but can’t. I want it to show all the 5 categories on the shop page.(Image attached)
Attachments:
You must be
logged in to view attached files.
Hello,
Our theme styles hide the “Uncategorized” by means of CSS. You have renamed it. In order to show it, please add this CSS:
body .woodmart-product-categories .wc-default-cat{
display:inline-block
}
Best Regards