mod_login_username ID

mod_login_username id is assigned to Username input field in joomla login module as illustrated in the following image. If you would like to change the look and appreance of username field (such as background color, background image, field width, field height, font, ...) you should declare css styles for mod_login_username id in your template css file.

Joomla Login Module - mod_login_username ID

 

Defined in:

Modules/mod_login.php

 

Assigned to:

INPUT tag

 

mod_login_username Example

input#mod_login_username{
/* CSS Styles */
}