Home Forums WoodMart support forum How to remove the links on these two attributes

How to remove the links on these two attributes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #309421

    HARSLE
    Participant

    I want to disable the links on these two attributes

    Attachments:
    You must be logged in to view attached files.
    #309478

    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.

    #309533

    HARSLE
    Participant

    I have added, but it seems no change

    Attachments:
    You must be logged in to view attached files.
    #309624

    Hello,

    Can you please share the WP admin login details of your site so I will check and do it for you?

    Best Regards.

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