Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hoi Bart,

    You don’t have to add a button class to your submit button, you can just target it with the following CSS rule.

    .mc4wp-form input[type="submit"] {
    
    }

    Something like the following CSS should do, as per your example.

    .mc4wp-form input[type="submit"] {
    background: none;
    font-weight: normal;
    font-size: 24px;
    font-family: BazarMedium,sans-serif;
    text-transform: uppercase;
    color: #723f32;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    border: 0;
    display: inline-block;
    height: 30px;
    position: relative;
    }

    Hope that helps!

    Thread Starter BartBoke

    (@bartboke)

    Hoi Danny,

    That did the trick! Thx a million!

    Bart

    Plugin Author Danny van Kooten

    (@dvankooten)

    Perfect Bart, thanks for the update!

    Should you have a spare 30 seconds: I would really appreciate a plugin review.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS submit button’ is closed to new replies.