Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #371841

    it’s showing in the additional information tab, and the client would prefer it not display. i’ve seen things where you go into actual WC code and delete things, but is there a way to use custom CSS to prevent its display in Enfold? i’ve included a private link to demonstrate what i’m seeing.

    thanks for your help!

    #371877

    Hi charger70!

    You can use this CSS.

    .shop_attributes tbody > tr:first-child {
        display: none;
    }

    Best regards,
    Elliott

    #371882

    elliott – that worked perfect – thank you so much for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold Woocommerce: any way to hide the weight from displaying?’ is closed to new replies.