Jump to content

[SOLVED] How to change "Login" text colour


Recommended Posts

Good morning

 

Using 1.5.5 default theme

 

Perhaps you could go to:

 

public_html/your site/modules/blockuserinfo/blockuserinfo.css

 

and find around line 60

 

#header_user_info a.account {
border: none;
display: inline;
margin: 0;
padding: 0;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login { color: red; background: url('img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}
 
Add this, of course you could use a "hex value" like, #c200000
 
Please see link below
 
 
Hope this helps
 
Paul
Link to comment
Share on other sites

 

Good morning

 

Using 1.5.5 default theme

 

Perhaps you could go to:

 

public_html/your site/modules/blockuserinfo/blockuserinfo.css

 

and find around line 60

 

#header_user_info a.account {
border: none;
display: inline;
margin: 0;
padding: 0;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login { color: red; background: url('img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}
 
Add this, of course you could use a "hex value" like, #c200000
 
Please see link below
 
 
Hope this helps
 
Paul

 

 

That worked Paul - thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...