Home Forums WoodMart support forum Hide additional information at front end

Hide additional information at front end

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #406584

    pattulingam.j
    Participant

    How to hide the product weight displayed at the front end?

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

    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

    #407990

    pattulingam.j
    Participant

    I want to hide only the weight attribute in the additional information tab.

    #408005

    Hello,

    Please provide the product page URL, so that we could provide the custom CSS.

    Best Regards

    #408096

    pattulingam.j
    Participant
    #408240

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-product-attributes-item--weight{
    display:none!important;
    }

    Best Regards

    #408270

    pattulingam.j
    Participant

    Thank you. It’s working.

    #408399

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Hide additional information at front end’ is closed to new replies.