Hi
The following 2 entries in my custom.css file referring to the tabs on the product detail page lost their effect after the update to v2.2.1
/* Hide tab "additional information" */
.woocommerce_tabs #tab-attributes {
display: none !important;
}
/* Hide title "Product Description" */
.woocommerce_tabs #tab-description h2 {
display: none !important;
}
Any idea on how to fix this?
Thanks
Bruno














