Home Forums WoodMart support forum Product weight display hide ONLY in product attribue

Product weight display hide ONLY in product attribue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #181519

    patrik.varga
    Participant

    Hi great team!

    I added product’s weights to our product. But we need it to use in shipping rate.
    And we dont want to show it our customers. (How hide it only the product page?)
    How we can hide it in the product page (but use it in shipping rate)
    I attach some image.
    (Tömeg is the weight in hungarian)

    Thanks a lot! Its a great team with great theme! 😀

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

    Hello,

    If you have added the weight by means of the attribute, you will find the option “To show on the product page” – disable it. Or provide the page URL I will check if it is possible to hide with CSS.

    Best Regards

    #181525

    patrik.varga
    Participant

    Dear Elise!

    Thanks you very very fast reply.
    If i disable it in product admin page, i will disable all of other attributes too.
    Yes i made it with custome CSS code.

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

    #181530

    Hello,

    Each attribute is disabled individually. Ok if the code works it is ok. If you have any questions please feel free to contact us.

    Best Regards

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