Monday, June 6, 2011

How do you change the font of the navigation links on your myspace profile?

Right now it's very boring! But I want to change it to a cooler and prettier font with a different color and style. Thanks! :)How do you change the font of the navigation links on your myspace profile?
%26lt;style%26gt;

{!- change your navigation links to what you want -!}

table.navigationbar td table td a {color:purple!important; font-size:10px!important; font-family:verdana!important;}

%26lt;/style%26gt;





Just adjust the values (colors, sizes) to what you want. If you want to change what the links do when hovered over, with a mouse, you can use this code too.





%26lt;style%26gt;

table.navigationbar td table td a:hover {color:darkred!important;}

%26lt;/style%26gt;

No comments:

Post a Comment