This topic has 4 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
Hey,
i want to show the product category title for example “Poster” but it only shows the category description and not the title.
Where can i delete the breadcrumbs and just show the page title?
Hello,
Add the next code in Theme Options > Theme custom CSS:
.tax-product_cat .page-heading a,
.tax-product_cat .page-heading .delimeter {
display: none;
}
.tax-product_cat .page-heading .title {
font-size: 30px !important;
}
.tax-product_cat .page-heading {
margin-bottom: 0px;
}
Regards
Thank you very much this was exactly we was missing!
Can you also tell me where i can center the description?
You’re welcome!
.tax-product_cat .term-description {
text-align: center;
}
Regards
Tagged: breadcrumbs, category, product, templates, woocommerce, wordpress
The issue related to '‘Product Category Page Title – I dont want breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses