Although the .CSS works for all of the elements I have added it won’t work for the ‘Subscribe Now’ button.
Here’s the CSS
subbutton
{
background-image:url(images/button_gradient.png); border:2px solid #FFFFFF !important;
background-color:#be0000;
font-size: 12px;
font-family: Lucida Sans Unicode;
color: #F8F8F8;
border-color: #be0000;
text-transform: uppercase;
margin: 5px 10px 5px 0;
letter-spacing: 1px;
padding: 10px 30px;
line-height: 15px;
box-shadow: 0 1px 2px rgba (0, 0, 0, 0.1);
}
and here’s the HTML
<div class="af-element buttonContainer">
<input name="Subscribe" class="subbutton" type="submit" value="Subscribe Now!" tabindex="503" />
<div class="af-clear">
</div>
</div>
It looks like my code it’s overwritten by the default style agent stylesheet and I don’t understand why.
Here’s a link for the website: http://xn--mxadnimgroqkg.gr/fitnessforum/
You have to use “.” instead of “#” because you have to select the class not the id like this: