Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #386517

    Hi,

    I’ve found something like that:

    https://kriesi.at/support/topic/dynamic-css-overriding-custom-css-on-the-submit-button/

    But it doesn’t work for me. Is the reason the third-party widget, which I have in use or should it work too? It’s called formidable.

    Best regards,
    Frank

    #386990

    Hi scfran!

    Can you post the link to your page where you would like to customise your submit button please?

    Cheers!
    Yigit

    #387039
    This reply has been marked as private.
    #387050

    Hi!

    Do you mind posting a temporary login Frank? :)

    Regards,
    Yigit

    #387081
    This reply has been marked as private.
    #387084

    Hi!

    Please add following code to Quick CSS

    input[type="submit"] {
    background-color: #ffffff;
    color: #adadad;
    padding: 8px;
    border-radius: 0px;
    border: 1px solid #adadad;
    inner-border-radius: 0px;
    inner-border: 1px dotted #c2c2c2;
    font-family: quicksand;
    text-decoration: none;
    }

    Best regards,
    Yigit

    #387103

    Hi,

    it works, but only with the attribute important for background-color and color.

    Thanks Yigit!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Customise submit button in contact form’ is closed to new replies.