How to change the color of Myspace profile comments?

Change color of home, mail, profile, etc. buttons on myspace?

  • does anyone know a code to change the buttons on the top of a myspace layout where it says home, mail, profile, friends, music, video, & more? it used to be really simple. but now i cant find it. i dont want to use a code to change it. i just want to kno how to. plz help. thank you :)

  • Answer:

    FOR PROFILE 1.0 Bold, Underline, Italics, Strike Through - Bold = <b>Text You Want Bolded</b> Underline = <u>Text You Want Underlined</u> Italics = <i>Text You Want In Italics</i> Strike Through = <s>Text You Want to Strike Through</s> Adding Colors - Make your text colorful! Red = <font color="red">Text You Want Red</font> Green = <font color="green">Text You Want Green</font> Blue = <font color="blue">Text Your Want Blue</font> Other Color = <font color="COLOR YOU WANT HERE">Text You Want Colorized Here</font> Modifying Font Size - Make your text grow! <font size="1">Text Here</font> = Text Here <font size="2">Text Here</font> = Text Here <font size="3">Text Here</font> = Text Here <font size="4">Text Here</font> = Text Here <font size="5">Text Here</font> = Text Here Want to go even bigger? <font size="Size Here">Text Here</font> Just replace Size Here with any number you want. Modifying Font Face - Change your Font Face <font face="Arial">Text Here</font> = Text Here <font face="Times New Roman">Text Here</font> = Text Here <font face="Courier New">Text Here</font> = Text Here <font face="Georgia">Text Here</font> = Text Here <font face="Verdana">Text Here</font> = Text Here <font face="Tahoma">Text Here</font> = Text Here Want to use another font face not listed here? <font face="Font Face">Text Here</font> Replace Font Face with the font face name of your choice. Aligning Text the way you want it. <div align="left">Text Here</div> <div align="center">Text Here</div> <div align="right">Text Here</div> --------------------------------------… FOR PROFILE 2.0 http://www.myspaceismyplace.com/2008/08/04/customizing-the-new-navigation-bar/ HOPE THIS HELPS :D

aznlicou... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

put this code in your css box under customize profile you can change all the colors including the drop down boxes, text style and size, you can even add background images email me if want info on how where you see XXXXXX change to the hex number for the color you want to use (where it says just 'color' instead of 'background-color' it is the text color) #header { background-color:#XXXXXX; background-image: none; } #topnav ul li a {color: #XXXXXX; font-size: 9px; font-family: Verdana;}#topnav ul li a:hover, #topnav li ul a:hover {color: #XXXXXX; font-size: 9px; font-family: Verdana; background-color: #XXXXXX;}#topnav ul li { border-left: 1px solid #XXXXXX; }#topnav ul { border-right: 1px solid #XXXXXX; } .a {little triangles} #topnav ul li a small {display:none;} #topnav ul li a small a:hover{display:none;} .a {new mail counter} div#topnav ul#leftNav li#nav1000002 a span#mailCounttotal {background-color:#XXXXXX; color:#XXXXXX;} .a {background color and text color of drop-down when NOT hovering on link} #topnav ul li.dropDown:hover a,#topnav ul li.hover a,#topnav ul li.hover a:hover, #topnav ul a:hover {background-color:#XXXXXX;color:#XXXXXX;… .a {background color and text color of drop-down links when hovering on link} #topnav li.dropDown:hover ul.subMenu a:hover,#topnav li.hover ul.subMenu a:hover{background-color:#XXXXXX; color:#XXXXXX;} .a {border around whole drop-down} #topnav ul.subMenu {border:3px #XXXXXX solid;border-top:none;} .a {line between your 'block user' link and your 'profile' link} #topnav ul.subMenu li.divider{border-bottom:1px solid #XXXXXX;}

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.