Home › Forums › WoodMart support forum › How to remove the links on these two attributes › Reply To: How to remove the links on these two attributes
July 29, 2021 at 11:01 am
#309478
Aizaz Imtiaz Awan
Keymaster
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS code:
table.woocommerce-product-attributes.shop_attributes td.woocommerce-product-attributes-item__value {
pointer-events: none;
}
Best Regards.