Printable Version of Topic

Click here to view this topic in its original format

Forums _ Myspace Resolved Topics _ change font size on new navi bar?

Posted by: sarahann Aug 26 2008, 11:12 PM

whats the code to change the font size and the font color of the text in the new navi bar on myspace?

Posted by: fixtatik Aug 27 2008, 12:06 AM

CODE
.clearfix ul li a { }
.clearfix ul li a:hover { }

make sure you put !important after every property so you can override the default myspace styles.

for example, to change the link size:
CODE
.clearfix ul li a { font-size:10px!important; }

Posted by: nikx618 Aug 30 2008, 12:53 AM

check this out
http://www.createblog.com/scripts/script.php?id=1552