Change Color and Font size in the Last Step (Classic forms)

Hello,

is it possible to change only the Font Color and size in the Last step in the „Form View in case the number of Bookings exeeds the limit“? I See That with 

.bookly-form .bookly-label-error {

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

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

}

i can change the Color of a Warning Message. But it possible to do this only in Last step in the „Form View in case the number of Bookings exeeds the limit“? Many Thanks for an answer.

 

0

Comments

2 comments
Date Votes
  • I do this in my bookly:

    go to Appearance -> step-by-step form -> select 6. done -> in the dropdown select "form view in case of booking..." and then edit the text with classic html tags.

    greetings te

    0
  • Hello,

    Please replace the text on the last step with this one: 

    <p style="color: red;font-size: 18px;">You are trying to use the service too often. Please contact us to make a booking.</p>

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post