• Resolved cswilsn2k

    (@cswilsn2k)


    Hello Everyone,

    I am trying to override the CSS by using my theme’s additional CSS Section (Apperance->Customize->Additonal CSS)

    I am attempting to round the corners with no success, can anyone provide any guidance?

    I’m adding:

    .button-submit {
    border: none;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 4px;
    }

    Best Regards,

    (on site: https://dev4.netexconsult.com)

    Chris

Viewing 1 replies (of 1 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi Chris,

    Please try this one.

    .button-submit {
       border: none;
       color: #414141 !important;
       padding: 20px !important;
       text-align: center;
       text-decoration: none;
       display: inline-block;
       font-size: 16px !important;
       margin: 4px 2px !important;
       border-radius: 4px !important;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Rounding corners on submit button’ is closed to new replies.