I need a little help, and I am guessing this is pretty darn simple!
I have given my button a CSS style, and I just want to add a fill color and change the text color on hover and click.
css:
and the code:
Any help is appreciated greatly!
I have given my button a CSS style, and I just want to add a fill color and change the text color on hover and click.
css:
.IsEvButton {
padding: 6px 22px 0px 18px;
font-family: MelanyLane;
font-weight: normal;
font-style: normal;
font-size: 22pt;
margin-bottom: -20px;
margin-top: -9px;
color: #6b645e;
border-width: 1px;
border-style: solid;
border-color: #6b645e;
}
and the code:
<input type="submit" name="Submit" value="Send Message" class="IsEvButton"/>
Any help is appreciated greatly!



