On My Joomla Page , The Registration Form Text Is Black , How To Change~?
If you go to here
http://midnightgamer.exofire.net/index.php?option=com_user&view=register&Itemid=61
My login registration form TEXT is black .. how do i change the color~???
just try to register and youll see what i mean
Search more about On My Joomla Page , The Registration Form Text Is Black , How To Change~?:




in CSS file located in http://midnightgamer.exofire.net/templat…
add a line under .inputbox class
.inputbox {
font-color: #ffffff!important;
.
.
.
.
.}