CSS conflicts with Gravity Forms. Please namespace your CSS
-
Hi, after using your plugin (which is great btw) we noticed that some of our other form elements were disappearing on the website, like the radio buttons on Gravity Forms. Looking into this further it seems that some of your CSS does not follow best practices and is not namespaced, therefore it applies to ALL form elements not just those of your plugin. E.g.
input[type="radio"] + label:before, input[type="radio"] + label:afterOverrides our Gravity Forms causing the radio buttons to disappear. It would also override if any other form CSS with a lower specificity.
It would be great if this could be fixed?
The topic ‘CSS conflicts with Gravity Forms. Please namespace your CSS’ is closed to new replies.