Editting product tabs contents on the single product layout, Megamarket
-
Dear Team,
I am trying to edit the contents of the product tabs on the single product page in my WooCommerce online store. I consider the fields weight and dimensions totally unnecessary for our customers and I would like to hide them. Is there an easy way to do that?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/* Hide Weight and Dimensions rows in product tabs */
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
display: none !important;
}
Best Regards,
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Editting product tabs contents on the single product layout, Megamarket’ is closed to new replies.