[Resolved] Hide categories description in WooCommerce Products Categories Pages

Home Forums Support [Resolved] Hide categories description in WooCommerce Products Categories Pages

Home Forums Support Hide categories description in WooCommerce Products Categories Pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #334588
    rtomc

    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

    #334592
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the page? Thanks!

    #334594
    rtomc

    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

    #334596
    Leo
    Staff
    Customer Support

    Try:

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

    Done !

    Thanks a lot !!!!

    RMR

    #334600
    Leo
    Staff
    Customer Support

    No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.