How can I remove the underline of the header?

  • seddie123
    Asked on February 13, 2020 at 1:36 PM

    Hi,

    How can I remove the underline of the header?

    Thanks

  • Albert_G
    Replied on February 13, 2020 at 3:45 PM

    Hi seddie123,

    You can do this by using css codes. Please check out this guide on How to Inject Custom CSS Codes

    Then just use this code to remove the header's underline.

    .form-header-group {
    border-bottom: none;
    }


    Thank you.