Jump to content

Out of stock red circle icon


StrefaBiznesu

Recommended Posts

18 minutes ago, Tom Girou said:

I've got nothing to try it out but it's certainly the CSS 

cursor: not-allowed;

If you extends the CSS of that element, you could change the cursor styling.

The code is:

.product-variants-item input[type=radio][name^=group].input-radio.invalidAttribute, .product-variants-item input[type=radio][name^=group].input-color.invalidAttribute {

cursor: not-allowed !important;

}

When i change it to:

cursor: pointer

Is it fine. But the code doesn't work in custom.css

.product-variants-item input[type=radio][name^=group].input-radio.invalidAttribute, .product-variants-item input[type=radio][name^=group].input-color.invalidAttribute {

cursor:  pointer !important;

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...