Category Title display for Woocommerce

Posted in: Newspaper
Post count: 97

Hello,

The category title does not display on a category page for Woocommerce.

Am I missing an option somehwere?

Thank you in advance

Regards

JC

Post count: 7909

Hi,

The category title for woocommerce template is hidden by default. Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/sKHokAAoQF

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

Thanks!

Post count: 97

thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.