Remove link from attributes WooCommerce or remove ANY link


Description: 

For WooCommerce attributes:

.shop_attributes{

    pointer-events: none;

    cursor: default;

}




Kind:

CSS, woocommerce


CSS:

.selector{
    pointer-events: none;
    cursor: default;
}