Home Forums WoodMart support forum Why the single product page shows the size and weight attritube?

Why the single product page shows the size and weight attritube?

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #449445

    HARSLE
    Participant

    when I add the product size and weight on the shipping part, it will show this information in the single product page, but I did not add them in the attributes, how to remove it?

    https://bending.harsle.com/product/press-brake-100-ton-with-s640/

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

    Hello,

    You have enabled attributes for product pages, and they are shown on the product page, you can hide this table in the Theme Settings > Product Archive > Product style.

    If you have any questions please feel free to contact us.

    Best Regards

    #449520

    HARSLE
    Participant

    I want to show the attributes on the single product page, but I do not want to show the weight and diemnsions there only!

    #449537

    Hello,

    You need to edit the product, enter the attributes tab, select the attributes you want to hide, and make them not visible on the product page.

    If you have any questions please feel free to contact us.

    Best Regards

    #449540

    HARSLE
    Participant

    please check what I sent to you before, I did not choose the dimension and weight as the attributes, but it shows on the single product page, I think this is the setting of your theme

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

    HARSLE
    Participant

    can you give me update answer?

    #449885

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    In addition, please provide the page URL with this table.

    Best Regards

    #449891

    HARSLE
    Participant

    ok, please check

    #450295

    HARSLE
    Participant

    can you update, I am still waiting

    #450355

    Hello,

    I am terribly sorry for the delay. I cannot log in due to the restricted access: https://gyazo.com/b943e402a61bdf27c34c5e5d148c81f8

    Please provide full access.

    Best Regards

    #450375

    HARSLE
    Participant

    I have removed the restriction, please check

    #450875

    Hello,

    You have inserted weight and dimension and Woocommerce shows it with the attributes, WoodMart theme does not influence that: https://gyazo.com/cf3081fc20e60cc2e40ee5ef9079c436

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

    .shop_attributes tr.woocommerce-product-attributes-item--dimensions,
    .shop_attributes tr.woocommerce-product-attributes-item--weight {
    display:none;
    }

    Best Regards

    #450926

    HARSLE
    Participant

    I added, but it is still there

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

    Hello,

    Please try this code:

    body .shop_attributes tr.woocommerce-product-attributes-item--dimensions,
    body .shop_attributes tr.woocommerce-product-attributes-item--weight {
    display:none;
    }

    Best Regards

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