Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1150486

    I have two pages on my site that use the contact form. Currently, the Submit button is in the style that automatically comes with the contact form. I had styled other buttons throughout the site and I would like the Submit button on the contact form to be the same as the rest of the site – is this possible?

    This is the Advanced Styling I used to style the other buttons on the site:
    60px radius – Work Sans font – 16px font size – Uppercase Text Transform – 0.05em letter spacing (other settings – default)

    This is the colour of what I would like the submit buttons to be: #0dbfbf

    Links to website in private area!

    • This topic was modified 5 years ago by FA123. Reason: More information!
    #1150673

    Hey FA123,

    Add this to quick css:

    
    input.button{
    border-radius: 50px!important;
    background-color:#0dbfbf!important;
    border-color:#0dbfbf;!important;
    }

    Best regards,
    Jordan Shannon

    #1150846

    Thanks you, that worked! Appreciate it :)

    #1150900

    Hi FA123,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1154047

    Hi Victoria,
    So I used the quick CSS above and although I thought it was perfect at the time – I just noticed there is a tiny border/outline underneath the button like a drop shadow of sorts. Can this be removed?

    #1154060

    Hi,

    Add this to quick css:

    .main_color input[type='submit']{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #1154237

    Thank you that worked perfectly! Case closed :-)

    #1154419

    Hi,

    Perfect, I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do I make the contact form "Submit" button same as other buttons?’ is closed to new replies.