Question:

How to change the basic information font color on myspace..10 pts for answer?

by  |  earlier

0 LIKES UnLike

like the gender, age, where you live, etc. beside your picture.

mines is always BLACK how do you change it?

 Tags:

   Report

3 ANSWERS


  1. Place this in your theme code =)

    .text {color:color_code;}

    replace color code with #FFFFFF to get white for example


  2. <style>

    table.profileInfo * {background-color:transparent;}

    span.nametext {font-family:Tahoma!important;

    font-size:20px!important;}

    table.profileInfo td, table.profileInfo td a {color:ff0000;}

    </style>

    Go on Google and type in "Hexadecimal Colors"

    and replace the "ff0000" with what ever color code you

    like. :)

    That code right there replaces the black with red. :)

  3. go here

    http://www.freecodesource.com/index.php?...

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.