This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hello,
I would like to know how to hide weight from details in single product page.
In french, it’s the line “Poids” below “Information complémentaire”
You will find link attached to see what I mean.
Thank you,
Wilson
Hello,
Try to add this code in Custom css:
.single-product table tr:first-child {
display: none;
}
Regards
Very good !
Thank you very much for this effective and fast reply !!!
Have a nice day,
Best regards,
Wilson
Hello,
You’re welcome!
Regards
The issue related to '‘How to hide weight from details in single product page’' has been successfully resolved, and the topic is now closed for further responses