Hi I am trying to use jQuery validate plugin with Canvas theme but in your style.css there is
label.error { display: none !important; }
.show-error-msg + label.error { display: block !important; }
which is preventing the error messages from showing. How can I edit these so that I can have compatibility with jquery validate plugin and also not destroy the website theme? jquery plugin I'm using is 1.17.0
