Change hover content Additional information in product grid
-
Hi, how can we change the attributes shown in “Additional information” hover content option in product grid. We would like to exclude the weight and dimensions, leave only the attributes.
Attachments:
You must be
logged in to view attached files.
Hello,
The below code will help you to hide those fields, please define it in Theme Settings -> Custom CSS.
.product-grid-item .woocommerce-product-attributes .woocommerce-product-attributes-item--dimensions,
.product-grid-item .woocommerce-product-attributes .woocommerce-product-attributes-item--weight{
display: none;
}
Kind Regards