Close

Howe to hide categoryname on categaory page?

[email protected]
2 years ago
#21659 Quote
Avatar
  • 1
De name of the category is shown on te category page (avobe the text).... I want the name to NOT VISIBLE becaus it is a standard lettertype and a standard size... it does not macth the rest on the page... I use Nopcommerce with the allure theme. Thank you so much for your help.
todor.atanasov
2 years ago
#21666 Quote
Avatar
  • Moderator
  • 249
[email protected] wrote:
De name of the category is shown on te category page (avobe the text).... I want the name to NOT VISIBLE becaus it is a standard lettertype and a standard size... it does not macth the rest on the page... I use Nopcommerce with the allure theme. Thank you so much for your help.


Greetings,

Thank you for reaching out to us!

The easiest way you can hide the category page title is with CSS:

.category-page .page-title {
    display: none;
}
Best regards,
Todor Atanasov
Nop-templates.com