amirbkhan 0 Report post Posted July 12, 2011 hi there Im using contact form 7 and was wondering if anyone has tips on how best to adjust styling to the forms. for example I want this simple form to have a rounded border and a beige background. http://www.apoint2share.com/ppartners/contact/ Share this post Link to post Share on other sites
gormanit 0 Report post Posted July 12, 2011 Amir, div.wpcf7 { margin: 0; padding: 10px; width: 400px; background: #FFC; border-radius: 15px; /* Use other vendor prefixes as well*/ } Jim Share this post Link to post Share on other sites
amirbkhan 0 Report post Posted July 12, 2011 thanks Jim you rule:) amir Share this post Link to post Share on other sites