Help - Search - Members - Calendar
Full Version: Navbar Color Help
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
Joseby24
I recently removed that blue table at the top of the myspace page (the one under the ads). I have a problem though. The background picture that I am using is dark towards that top and the navbar links are black and hard to see. So my question is does anyone know how to change the color of the text so it's easier to see? I prefer them to be white.

Thanks in advance.
-Joseby

click to enlarge
austinoutloud
This makes the navbar links white, and underlined on mouseover.

CODE
a.navbar:active, a.navbar:visited, a.navbar:link { font-family:arial; color:FFFFFF; font-size:10px;     }
a.navbar:hover { font-family:arial; color:FFFFFF; font-size:10px; text-decoration:underline;     }


You can change "Arial" and "10px" to whatever font/size you want.
karmakiller
Make sure you check out the pinned topics, like the Making A Layout one, before you post your own. thumbsup.gif

CODE
<style>a.navbar:active, a.navbar:visited, a.navbar:link {  color:ffffff;}
a.navbar:hover {color:ffffff;}</style>



This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.