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


  1. tania
    Member

    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 #
  2. tania
    Member

    PS - I would like to make this change on one form only, not a universal change. Thanks!

    Posted 14 years ago #
  3. redityo

    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 #
  4. tania
    Member

    This worked great. Thank you from a css/html newbie!

    Posted 14 years ago #

RSS feed for this topic

Reply