Crocoblock / jetformbuilder

80 stars 16 forks source link

Advanced Validation frontend message style #393

Open pauserratgutierrez opened 9 months ago

pauserratgutierrez commented 9 months ago

I'm using BricksBuilder. Is there a way to change the style of the red validation messages appearing below each field? image The "Messages" inside "Style" tab aren't controlling those messages: image

Quick CSS fix: div.field-has-error > div.error-message { color: red !important; font-size: 12px !important; }