Re: changing the colour of the submit button?

Home \ forums/reply \ Re: changing the colour of the submit button?

Support Home Page Forums Joomla Software Easy File Uploader Module changing the colour of the submit button? Re: changing the colour of the submit button?

#1291
Michael Gilkes
Keymaster

@nickdella. You can do this by adding some inline CSS, or by assigning a class or id to the button, and have your CSS in the template. However, you have to edit the “tmpl/default.php” on line 32, you will see:

You can either edit it with inline CSS, as follows:

Or with a predefined class,

Or with a specific ID with css properties defined to it,

Fo example, if you wanted to place inline color:

I personally prefer to define a class in my CSS file, usually the template CSS, and then specify the class on the button:

Then specify,

I hope this helps.