Remove links in attributes on product page
-
How to remove links on the attributes on the product page?
Hi,
You can disable archives options for those attributes in Dashboard -> Products -> Attributes.
Kind Regards
The archives for the attributes are not enabled, but they still show on website with links. Enclosed is a screenshot from the Dashboard>Products>Attributes.
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Hello,
I am checking the drop-down attributes they are not links. They work as attributes should https://gyazo.com/d1cb6674fff10adf94cd9d2573f59d77
Please describe the actions step by step to reproduce the problem with the screenshots.
Best Regards
You are looking at the Size dropdown. I’m talking about attributes in the “Additional information” tab. Sending screenshot.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.shop_attributes a{
pointer-events:none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove links in attributes on product page’ is closed to new replies.