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

davejampole on "[Plugin: Contact Form 7] rounded textarea can do?"

$
0
0

Put this code segment in you theme stylesheet file (style.css) to get rounded corners on you input fields:

.wpcf7 input[type=text], .wpcf7 textarea {
    border: 1px solid #A0A0A0;  /* sets border thickness and color */
    border-radius:5px;  /* sets border radius  */
        background:#CCE5FF; /* sets area background color */
}

Change as desired.

Dave


Viewing all articles
Browse latest Browse all 49500

Trending Articles



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