Woocommerce Category Titles Don't Show

Posted in: Newspaper
Post count: 2

I’m using woocommerce but the Category titles don’t show on the Category page, for example on this page:
https://www.otomo.co.uk/product-category/shop/furniture/bedroom/ I would like a H1 heading with “Bedroom Furniture”.
I can do something with custom pages and woocommerce shortcodes, but it’s a pain with some many categories.
Is there anyway to add headings to category pages?

Post count: 20688

Hi,

Seems to be hidden by the theme for some reason, can’t say exactly why. A code like this will make it visible
https://www.screencast.com/t/QuxmqdIBA
I will add this on our list and see why it is set as it currently is. Thank you mentioning it and sorry for the inconvenience.

.woocommerce .page-title {
display: block;
}

This code can be entered in Theme panel->Custom CSS code section.

Thanks

Post count: 2

That did the job. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.