Hi,
We aim to respond to all posts within 12 hours (Monday-Friday), but in some cases this may slip to 24-48 hours. We work on the oldest topic first, so adding a new comment will take you to the back of the queue. We do also try our best to reply on weekends as often as possible.
1) Please use this:
.woocommerce .products .product figure .badge-wrap>span {
display: none!important;
}
2) Please use this:
.woocommerce div.product .woocommerce-tabs {
display: none!important;
}
3) It’s not possible to do as you describe, to hide please use this:
.container.product-related-wrap {
display: none!important;
}
4) Please use this:
.summary .product_meta {
display: none!important;
}
Thanks.