Jump to content

How to change the font color for 'log in', 'contact | sitemap' in homepage?


Recommended Posts

You were on the right path, in blockpermanentlinks.css you can add a color as below. (contact & sitemap)

You can do a search for HTML color chart and find many pages listing color #'s you can use.

For the examples I used red.

 

#ff0000 = red

 

#header_links a {text-decoration: none;color:#ff0000}

 

 

For the login edit the blockuserinfo.css file and add a color as below.

 

For welcome:

 

#header_user_info {

clear:both;

float:right;

margin-top:10px;

padding:0;

font-size:12px;

color:#ff0000

}

 

For Login:

#header_user_info a {

display:inline-block;

margin:0 0 0 10px;

padding:3px 0 0 34px;

line-height: 11px;

border-left:1px solid #000;

color:#ff0000

}

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...