Open pauserratgutierrez opened 9 months ago
I'm using BricksBuilder. Is there a way to change the style of the red validation messages appearing below each field? The "Messages" inside "Style" tab aren't controlling those messages:
Quick CSS fix: div.field-has-error > div.error-message { color: red !important; font-size: 12px !important; }
div.field-has-error > div.error-message { color: red !important; font-size: 12px !important; }
I'm using BricksBuilder. Is there a way to change the style of the red validation messages appearing below each field? The "Messages" inside "Style" tab aren't controlling those messages:
Quick CSS fix:
div.field-has-error > div.error-message { color: red !important; font-size: 12px !important; }