Hey guys,
Quick question. I want to add a font-weight: 100!important;
to the font on the submit button “Subscribe”. Can’t seem to get that done. Any ideas?
https://dl.dropboxusercontent.com/u/1049926/Screen%20Shot%202014-02-21%20at%2012.18.59%20PM.png
Thanks, Jas
I figured it out. I needed all this to change the hover fade, font type, font color, font weight and border radius of the button. I closed the case myself! Perhaps this will be helpful to someone.
.main_color #submit, .main_color input[type='submit'] {
border-radius: 2px!important;
color: #A9A9A9;
font-weight: 100!important;
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
} /*Subscribe*/