EduTech Posted March 17, 2009 Posted March 17, 2009 Evening, This has been doing my head in for days now, see attached screen shot I need to change that blue text to white, but i cant find it in any of the CSS Files I have been crawling through the code now for hours and i am just getting frustrated, as no matter what i change it just stays blue! If i Hyper link that certain header, it turns white but that's just the easy way out. Anyone have any idea's where this would be lying? Many Thanks James. I do have my own Custom.css file, but its not even in there! it is something deeper inside share point
EduTech Posted March 18, 2009 Author Posted March 18, 2009 *Bump* < sorry > Anyway have even the slightest idea? Taa James.
danIT Posted March 18, 2009 Posted March 18, 2009 Does this link help you: HeatherSolomon.com - SharePoint 2007 CSS Reference Chart Perhaps: .ms-navheader { color: #fff; } or .ms-navheader a { color: #fff; } 1
EduTech Posted March 18, 2009 Author Posted March 18, 2009 Arrgg! god dam thank you DanIT that worked perfectly..! i dont think it helps looking at the same things for hours! .ms-navheader a:link { color:#FFF; I had that in there, so never clicked on that i needed to add ms-navheader a { color: #fff; } Many Thanks, Appricated James.
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