Update CSS of the label

  • Gail
    Asked on October 29, 2020 at 10:47 AM

    Hello, I would like to have the header in the address box have some bolding and some words in a smaller font.  I can't seem to figure it out.  On my form I have added in a paragraph box where I have done this but I need it to sit closer to the address box so it looks like they go together.  Thank you in advance for your help.


  • Bojan Support Team Lead
    Replied on October 29, 2020 at 11:43 AM

    Greetings.

    I believe the following CSS will resolve your problem:

    #id_20 {
     padding-bottom: 0;
     margin-bottom: -45px;
    }

    Please add it to your form from the Form style section:

    screenshot 2556 Screenshot 10

    You can click here to learn more.

    Provided CSS will result in the following:

    screenshot 2557 Screenshot 21

    Let us know if this solution will work for you.