Header background overlapping on form border

  • ghines
    Asked on July 4, 2014 at 3:33 AM

    Hi,

    Take a look at my form and note the header is filled with a solid color and I also have a border with a radius.  Note how the solid background of the header is encroaching onto the top left and top right of the border due to the shape of the solid background.

    Is there a way to stop this?

    TIA

    Greg

  • hasan JotForm Developer
    Replied on July 4, 2014 at 8:46 AM

    Hello Greg,

    Could you please try injecting this CSS into your form?

    .form-header-group { border-top-left-radius: 4px; border-top-right-radius: 4px; }

    You can find here How to Inject Custom CSS Codes.

    Have a nice day!

  • ghines
    Replied on July 5, 2014 at 1:59 AM

    Thank you very much.  That did the trick.

    Greg