Customizing Parsley.js
How do I change font size, location, etc. of the Parsley errors? I have
tried adding the following to my stylesheet but it has no effect:
ul.parsley-list-error li {
color: red;
font-size: 9px;
padding: 2px;
left: 10px;
}
I can change the inputs just fine by using the following:
input.parsley-error, textarea.parsley-error {
border: 2px;
border-style: solid;
border-color: #f15d5e;
}
No comments:
Post a Comment