How can I change the color or the font size of a warning message?

To change the text color or the font size of the warning messages in Bookly step by step booking form, add this CSS in Bookly > Appearance > Edit custom CSS:

.bookly-form .bookly-label-error {

   color: red !important;   /* to change the color */

   font-size: 18px !important; /*  to change the font size */

}

Was this article helpful?
2 out of 4 found this helpful

Articles in this section