Archived topic
Hide categories description in WooCommerce Products Categories Pages
5 replies · Started by rtomc on June 16, 2017
Hy,
I need hide the products categories description in WooCommerce Products Categories Pages.
I look for it i this forum and I found this code. I tried it but does not works :(
/* hide category name and description */
.archive .page-header {
display: none;
}
Any suggestion?
Thanks
RMR
Hi there,
Can you link me to the page? Thanks!
Thansk Leo,
This is the url:
https://staging10.productosdepeluqueria.info/categoria-producto/accesorios-de-de-estetica/
And this is the text of products category:
"Aquesta és la descripció d’Accesorios de Estética"
Thanks
RMR
Try:
.archive .entry-content .term-description {
display: none;
}
Done !
Thanks a lot !!!!
RMR
No problem!