• Resolved MatMayer

    (@matmayer)


    Many themes that display category descriptions for WooCommerce product categories show the following description on the shop page without a way of editing or removing it: “This is where you can add new products to your store.”

    I searched extensively but half of the theme authors recommend hiding it with CSS and the other half recommends adding some custom code to the functions.php to remove it, for example:

    .woocommerce-page .archive-description {
        display: none;
    }

    Shouldn’t there be an easier and better way to handle this?

Viewing 1 replies (of 1 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    Seeing as that’s added by each theme individually, it’s not really something that WooCommerce has any direct control over. Practically this means you’ll want to get in touch with the respective theme developers for more info on why they’re adding that to the archive view ??

Viewing 1 replies (of 1 total)
  • The topic ‘Remove: This is where you can add new products to your store.’ is closed to new replies.