Home Forums WoodMart support forum Remove links in attributes on product page

Remove links in attributes on product page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #121472

    tsyganov
    Participant

    How to remove links on the attributes on the product page?

    #121520

    Artem Temos
    Keymaster

    Hi,

    You can disable archives options for those attributes in Dashboard -> Products -> Attributes.

    Kind Regards

    #121534

    tsyganov
    Participant

    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.
    #121539

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #121556

    tsyganov
    Participant

    Sending the link.

    #121577

    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

    #121587

    tsyganov
    Participant

    You are looking at the Size dropdown. I’m talking about attributes in the “Additional information” tab. Sending screenshot.

    #121589

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .shop_attributes a{
    pointer-events:none;
    }

    Best Regards

    #121646

    tsyganov
    Participant

    Thank you!

    #121664

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Remove links in attributes on product page’ is closed to new replies.