Customizing SMF > Graphics and Templates
Change color of register's boxes (valid and invalid nickname and password)
(1/1)
Jocla:
Hi, i don't know english well, but i've a problem with css style of my forum. I want to change color of register's boxes but i don't know where are the codes css. The register boxes, specifically, valid and invalid name and password shows white-red and white-green, and i want them #1a1a1a (background color)
http://www.dboesp.com/index.php?action=register
I changed these lines
--- Quote ---.valid_input
{
background-color: #f5fff0;
}
.invalid_input
{
background-color: #fff0f0;
}
--- End quote ---
to
--- Quote ---.valid_input
{
background-color: #1a1a1a;
}
.invalid_input
{
background-color: #1a1a1a;
}
--- End quote ---
but, no change :(
Shambles:
I just visited your registration form and the background colour is as you wanted it (css lines 2434 and 2438).
Have you done a hard refresh on your screen yet (in Windows, that would be a control/F5) ?
Navigation
[0] Message Index
Go to full version