Hi,

i am using drupal 6.9 and i created some user profile files like Gender -> Male, Female

My Question is how can i cusomize a users choose.

For Example: When the User is a Female, the Word "Female" should appear in red.

It is very very important to get this problem solved.

Comments

uzbekjon’s picture

If you want to change the color of the chosen field value on user's profile page, than the easiest way is to add a CSS value to that particular field.

#profile_gender_or_whatever_the_id_is{
  color:red;
}

-------------------------------
Read jQuery howto's and tips at jQuery HowTo Resouce

Witch’s picture

But what can i do when a user is a male? The word Male should appear in Blue, not in red :\

Witch’s picture

Is there no idea to solve this problem?