• Resolved ruby06dawnbrooke

    (@ruby06dawnbrooke)


    Hello!
    Sorry that asking a bit to much, but I’m wondering if you can give me an code for my Contact Form 7’s submit button like the other one you gave me? I don’t know how to edit code.

    Like this one:

    .benchmarkemaillite-subscribe input[type="submit"] {
        padding: 10px 16px;
        margin-top: 10px;
        border: none;     display: inline-block;     background: #8e8e8e;
        color: #fff;     transition: background .6s ease-out;     -webkit-transition: background .6s ease-out;     -moz-transition: background .6s ease-out;     -o-transition: background .6s ease-out;     box-shadow: 0 -3px rgba(0,0,0,.1) inset;     -moz-box-shadow: 0 -3px rgba(0,0,0,.1) inset;     -webkit-box-shadow: 0 -3px rgba(0,0,0,.1) inset;     -o-box-shadow: 0 -3px rgba(0,0,0,.1) inset;     -webkit-border-radius: 4px;     -moz-border-radius: 4px;     border-radius: 4px;
    }
    .benchmarkemaillite-subscribe input[type="submit"]:hover {
        color:#fff;
        background:#bbb;
    }

    The link(s):

    http://midnightsky.dawnbrooke.com/right-your-e-book/
    http://midnightsky.dawnbrooke.com/submit-entries-for-your-book/
    http://midnightsky.dawnbrooke.com/contact-us/

    Thanks for all this help.

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Pinnacle- Button CSS for Contact Form 7’ is closed to new replies.