Quantcast
Channel: WordPress.org Forums » [Contact Form 7] Support
Viewing all articles
Browse latest Browse all 49500

Kramarz on "[Plugin: Contact Form 7] how to make the send button bigger?"

$
0
0

Button size and format is dependant on the styling your website theme uses. So you can add a class to it, like... 'contact-submit' and then in the stylesheet of your theme add few lines with the styling to it, for example in my case lately I've added:

.contact-submit {
    background-color: #000000 !important;
    border-radius: 0 !important;
    margin-top: 10px;
    padding: 10px 75px 10px 74px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

That overwrote styling that my theme was using, and made button look as I want it to look.

P.S.
I'm not the expert yet! Learning stuff as well, it's just what worked for me.


Viewing all articles
Browse latest Browse all 49500

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>