Hide attribute from produt page and from quickview?
-
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.
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