Log in page distorted - Joomla! Forum - community, help and support
on log in page, can not see put username , password because words white , background white, making invisible. how fix this?
http://www.latestartermusician.com/maga ... &itemid=16
please help...
i have version 1.5.8
thank you,
latestar
http://www.latestartermusician.com/maga ... &itemid=16
please help...
i have version 1.5.8
thank you,
latestar
as there many stylesheets template, might best add following styles classes in layout.css (templates/beez/css/layout.css). make text black (#000), may not want, @ least can see text! can further edit styles adding padding, background color etc.
#form.search_result, form.registration, form.lost_password, .login_form
{
color:#000;
}
#main h1, #main2 h1 {
color:#000;
}
also, tutorial in post
viewtopic.php?f=469&t=357340
might on learning curve
#form.search_result, form.registration, form.lost_password, .login_form
{
color:#000;
}
#main h1, #main2 h1 {
color:#000;
}
also, tutorial in post
viewtopic.php?f=469&t=357340
might on learning curve
Comments
Post a Comment