Not able to modify the Subscribe text field and button
-
Hi,
I hardly have any experience in css or dealing with short codes. I installed osd subscribe and applied short code in the wordpress website home page. I am trying to improve the look and feel of the email text box and subscribe button but not able to call the class in stylesheet.css.
the short code is:[osd-mc-form id=’osd_mc_forms_1′]
How can i call this in css to reflect something like this as below. I tried div#osd-mc-form-wrapper but its not working.
div#mc_embed_signup form input {
display: inline-block;
margin: 25px 0 0;
padding: 9px 40px 7px;
clear: both;
color: #fff;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
border: 2px solid rgba(255,255,255,.4);
background-color:transparent;
}
div#mc_embed_signup form input:hover {
background: rgba(8,7,7,.8);
}
div#mc_embed_signup form input:active {
-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}Thanks
- The topic ‘Not able to modify the Subscribe text field and button’ is closed to new replies.