Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #342716

    Thai
    Moderator

    Hi @svenja123,

    Try adding following CSS under Appearance > Customize > Custom > CSS:

    .archive .x-header-landmark p.p-landmark-sub,
    .woocommerce-result-count {
        display: none;
    }

    Hope it helps.

    #342768

    svenja123
    Participant

    Perfect, it works. Thank you so much, great support!!

    #342770

    Paul R
    Moderator

    You’re welcome!

    #663800

    shapiraman
    Participant

    works!
    thanks a lot!

    #663854

    Paul R
    Moderator

    You’re welcome! 🙂

    #675921

    Leutwalir
    Participant

    Hello I want to remove the category archive.
    I use WooCommerce.
    Can you please help me?

    #675929

    Thai
    Moderator

    Hi @leutwalir,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #676136

    Leutwalir
    Participant

    Thank you for your quick response.

    I’m working offline on a project about the shop does not go to the link.
    The piece of code
    (/.category .x header Landmark {display: none;
    })
    I can Categorie Archive remove without WooCommerce.
    Once I activate WooCommerce Categorie Archive is back.
    I hope this helps you

    #676291

    Thai
    Moderator

    Hi @leutwalir,

    Please try with this CSS:

    .tax-product_cat .x-header-landmark {
        display: none;
    }

    Hope it helps 🙂

    #676366

    Leutwalir
    Participant

    yes it has many thanks!

    #676392

    Zeshan
    Member

    You’re welcome! 🙂