Shape 5

Joomla Templates => New Architect - November - Club => : queslett March 12, 2010, 07:00:54 AM



: Login - logout
: queslett March 12, 2010, 07:00:54 AM
when having a black background


the login and logout text is black as well where do i find the line for altering to white?

cheers



: Re: Login - logout
: queslett March 12, 2010, 07:38:01 AM
ok no worries found it

line 347-362
.button:hover, .button:focus {
   color:#ffffff;
   border-color:#5F5F5F;
   cursor:pointer;
   border:1px solid #606060; }

.button {
   color:#ffffff;
   border:none;
   margin-top:5px;
   margin-bottom:1px;
   background:none;
   border:1px solid #cccccc;
   font-size:11px;
   height:21px;
   padding:3px 8px;}