changing the colour of the submit button?

Home \ forums/topic \ changing the colour of the submit button?

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176
    nickdella
    Participant

    Hi

    Is there a way to change the colour of the submit/upload button used by the Frontend users?

    Thanks

    Nick

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘changing the colour of the submit button?’ is closed to new replies.