Hide the category title and description

Hello, I would like to know if it is possible not to show the title and description of the category on the home page.


Bonjour, je souhaiterais savoir s’il est possible de ne pas faire apparaitre le titre et la description de la catégorie sur la page d’accueil.


Merci !

Hi,

Please try this CSS snippet (How to add custom code snippets - HivePress Help Center):

.hp-listing-category--view-block .hp-listing-category__content {
	display: none;
}

Please note that you may require additional customizations in the future.
Also, please use English to write the topic and its description (you can use Google translator).

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.