View Single Post
Posts: 36 | Thanked: 2 times | Joined on Jan 2010 @ USA
#277
Originally Posted by Schturman View Post
Hello again !
Another question....
How I can get a bigger font of my name and name of "other" in the SMS and IM conversations ?

I tried play with this block, but without result

Code:
 * the Name field
 */
span.MessageNameField.Self {
  font-size:32px
  color:#4169E1;
  word-wrap: break-word;
  vertical-align: middle;
}

span.MessageNameField.Other {
  color:#FF0000;
  word-wrap: break-word;
  vertical-align: middle;
}
Thanks
I'm trying to change the color of my name, which file has this code in it? Thanks.