Site logo

Archived topic

Hide categories description in WooCommerce Products Categories Pages

5 replies · Started by rtomc on June 16, 2017

Viewing posts 1–6 of 6

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!

Try:

.archive .entry-content .term-description {
    display: none;
}

Done !

Thanks a lot !!!!

RMR

No problem!

This archived topic is closed to new replies.