This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Background Color for Button
Started 14 years ago by tania | 4 posts |
-
Hi -
I don't know if it would be easier to create a new image to do this, but I figured I would ask if you can change the background color of the button. I saw the posts of how to change the text language (i.e. Submit to Register) and also format the text of the button.
Is there an easy way to change the background color of the button?
Thanks!
Posted 14 years ago # -
PS - I would like to make this change on one form only, not a universal change. Thanks!
Posted 14 years ago # -
Hi,
To change submit button color, try to search this CSS code in your form :
#main_body input.button_text { overflow:visible; padding:0 7px; width:auto; }
then add background-color property to there, for example :
#main_body input.button_text { overflow:visible; padding:0 7px; width:auto; background-color:#ff0000; }
otherwise if you prefer to change the submit button as an image, try to follow the method that posted in here :
http://www.appnitro.com/forums/topic/submit-button-20g?replies=8#post-2833
MachForm Support
Posted 14 years ago # -
This worked great. Thank you from a css/html newbie!
Posted 14 years ago #
Reply
You must log in to post.