Default category not showing up in shop title
-
Hi,
for some reason my “default” category (the one that is given to unassigned product by default) does not show up in page title for shop page (the title like one presented on the screenshot https://gyazo.com/ee932040bda856a61b06eae24b0b4ba4, but with different layout (no count, smaller icons))
How can I make it work for me? Thanks.
Hello,
You have renamed the default category and it is shown: http://prntscr.com/n2u85y
Best Regards
Hello Elise,
well, it does not show up while attending the site from both my home and working computer (Chrome & Edge), both when I am logged in and out of my site account. It also doesn’t appear on my mobile phone.
I am well aware that I’ve renamed it, by the way.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-product-categories .wc-default-cat {
display: inline-block;
}
Best Regards