[Plugin: WP Email Capture]
-
Hello,
I have a question, is it possible to add a border around the Submit button? I’d like to do this to allow a more suitable background color for my Name and Email layout widget. I have the borders fine for the fields of input, but can’t get the submit to have a border.
Can someone please assist me? Thank you so much for the help.
#wp_email_capture
{padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
background-color:#bf876c;
/*border-style:solid;
border-width:2px;
border-color:#08a029;*/
color:black;}
#wp_email_capture label.wp-email-capture-name
{margin-bottom: 20px;
padding: 0px 10px;}
#wp_email_capture label.wp-email-capture-email
{margin-bottom: 20px;
padding: 0px 10px;}
#wp_email_capture input.wp-email-capture-name
{margin-bottom: 20px;
padding: 8px 10px;
width: 192px;
/*border: 3px #08a029 solid;*/}
#wp_email_capture input.wp-email-capture-email
{margin-bottom: 20px;
padding: 8px 10px;
width: 192px;
/*border: 3px #08a029 solid;*/
- The topic ‘[Plugin: WP Email Capture]’ is closed to new replies.