Hi All,
Could someone point me to the line in the CSS File that controls the font colour on the Submit Button ?
Sorry if this is a basic question....
Alex
Started 3 months ago by alexkilb | 2 posts |
Hi All,
Could someone point me to the line in the CSS File that controls the font colour on the Submit Button ?
Sorry if this is a basic question....
Alex
Hi Alex,
You can search for these code :
#main_body input.button_text
{
overflow:visible;
padding:0 7px;
width:auto;
}
then simply add "color" attribute in those code like this :
#main_body input.button_text
{
overflow:visible;
padding:0 7px;
width:auto;
color:#ff0000;
}
that would do it
MachForm Support
You must log in to post.