jasonl Posted December 1, 2010 Share Posted December 1, 2010 http://www.bayouspace.com/clients Up top where it says "please login or register"...how can I change the font size and color? I tried everything I could in the header.tpl and the style.css. Hoping someone here knows how, Thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 1, 2010 Share Posted December 1, 2010 It's in style.css #welcome_box{background-color:#00162C;float:right;line-height:60px;margin:0;padding:0;text-align:right;} #welcome_box a,#welcome_box a:visited{color:#accbff;text-decoration:none;} #welcome_box a:hover{text-decoration:underline;} 0 Quote Link to comment Share on other sites More sharing options...
jasonl Posted December 1, 2010 Author Share Posted December 1, 2010 I looked at that, but I don't see any reference to text size. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 2, 2010 Share Posted December 2, 2010 The actual text size is the default for the body from this line body,td,th{color:#666;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:12px;} Just add a font-size tag to the #welcomebox a where the color tag is 0 Quote Link to comment Share on other sites More sharing options...
jasonl Posted December 2, 2010 Author Share Posted December 2, 2010 Thanks a lot Sparky, you're a life saver. I was going nuts trying to figure it out. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.