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!
Hi charger70!
You can use this CSS.
.shop_attributes tbody > tr:first-child {
display: none;
}
Best regards,
Elliott
elliott – that worked perfect – thank you so much for your help!