Home Forums WoodMart support forum Hide attribute from produt page and from quickview?

Hide attribute from produt page and from quickview?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #714748

    marjan
    Participant

    Hello,
    how to hide attributes from produt page and from quickview?
    I used code in attachment to hide it on product page, but i need for quickvew too.. CAn you help?
    Need for attribute “Dobavljac” and “Njuskalo”

    Attachments:
    You must be logged in to view attached files.
    #714803

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .woocommerce-product-attributes-item--attribute_pa_njuskalo,
    .woocommerce-product-attributes-item--attribute_pa_dobavljac {
        display: none !important;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)