How to remove the links on these two attributes
-
I want to disable the links on these two attributes
Attachments:
You must be
logged in to view attached files.
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.
I have added, but it seems no change
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the WP admin login details of your site so I will check and do it for you?
Best Regards.