Can I choose to display the specified short description?
-
Can we control which short descriptions are displayed on the product page?
For example, in the picture, there is a description of “weight” (weight is related to shipping costs, so I must add the corresponding weight in the product settings), but I don’t want “weight” to appear on the page.
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the product page URL so I will check and give you a possible solution? Also share the wp logins details so i will check and give you a possible solution.
Best Regards
1
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry to say your login link is not working. Please share the correct login details so I will check and give you a possible solution.
Best Regards
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.shop_attributes tr.woocommerce-product-attributes-item--weight {
display: none !important;
}
Best Regards