« Back to the HTML Forum

mood, status, you

Posted by venusx3

posted

Forum: HTML Group

how to change color of mood, status and you section font? 


Report Topic

1 Reply

Reply by heath

posted

font/color/background codes all available on html guide (link on group main page)


mood is:

<style>

.mood{

color: red !important;

}

</stye>


not sure which sections you are talking about when you say "status" and "you" -- those aren't the names of any of the sections of your profile. can you be more specific. 


i think for "status" you might mean the section that shows your profile photo and "online" status. if that's right the code for that is:


<style>

.general-about{

color: red !important;

}

</style>


Permalink Report Reply