Home Forums WoodMart support forum Can I choose to display the specified short description?

Can I choose to display the specified short description?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #608905

    huaileiwang
    Participant

    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.
    #609022

    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

    #609196

    huaileiwang
    Participant

    OK

    #609197

    huaileiwang
    Participant

    1

    Attachments:
    You must be logged in to view attached files.
    #609267

    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

    #609595

    huaileiwang
    Participant

    sorry
    new login link

    #609737

    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

Viewing 7 posts - 1 through 7 (of 7 total)