Skip to main content

Changing the look of the submission text

Comments

3 comments

  • Sandra Prunici

    Hi,

    If you want to change the text when a lead is submitted you have to change it from here. If you want to change the background colour of this box, it is a bit complicated because you have to add a Custom CSS but I created a video with how you can add it and hope it will help you. See here the video and this is the Custom CSS:
    .brz .brz-forms2__alert--success {
    background-color: grey !important;
    }

    Instead of the "grey" value, you can add the hex code of the colour or name of the colour,

    Best regards,
    Sandra

    0
  • Stacey L

    That CSS worked perfectly, thank you!

    0
  • Sandra Prunici

    You're welcome!
    Have a great day!

    Best regards,
    Sandra

    0

Please sign in to leave a comment.