huisky Posted March 24, 2013 Share Posted March 24, 2013 Hi, i came to no idea how to do this. have tried to modify the blockpermanantlink.css and also the global.css can anyone shed lights here? Link to comment Share on other sites More sharing options...
tdr170 Posted March 24, 2013 Share Posted March 24, 2013 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now