Appnitro Software Forums » MachForm 2

Change Font Colour on Submit Button


  1. alexkilb
    Member

    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

    Posted 3 months ago #
  2. redityo

    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

    Posted 3 months ago #

RSS feed for this topic

Reply