Tagged: category, titles, woocommerce
Hi,
How do we get the WooCommerce Category Titles to display?
https://michaelsuttonscellar.co.uk/product-category/champagne/
Thanks.
Hey MichaelSuttonsCellar,
Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.template-shop .page-title {
display: block !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike