Hide additional information at front end
-
How to hide the product weight displayed at the front end?
Attachments:
You must be
logged in to view attached files.
Hello,
Additional tab (with the attributes) enter each attribute in the product page and disable showing on the product page to hide the tab.
Additional tab (Shipping information) You can edit it in the Theme Settings > Product page > Tabs > Additional tab
Best Regards
I want to hide only the weight attribute in the additional information tab.
Hello,
Please provide the product page URL, so that we could provide the custom CSS.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-product-attributes-item--weight{
display:none!important;
}
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Hide additional information at front end’ is closed to new replies.