Appnitro Software Forums » MachForm

Background Color for Button

(4 posts)

  1. 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 7 months ago #
  2. PS - I would like to make this change on one form only, not a universal change. Thanks!

    Posted 7 months ago #
  3. 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

    Posted 7 months ago #
  4. This worked great. Thank you from a css/html newbie!

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.