How to change font size in bookly step by step form homepage May 30, 2023 16:12 Share Hi bookly. Please tell me how to change font size in bookly step by step form. Best regards Marcus 0
Comments
Hello Marcus,
Please try to add this CSS in Bookly > Appearance > Step by step booking form > Edit custom CSS:
.bookly-form * {
font-size: 16px!Important;
}
Please sign in to leave a comment.