Log in

View Full Version : Need Help with member profile area


HC.
04-26-2011, 07:09 PM
I tried using Firebug with firefox but can find the correct locations for colors
Could someone help me find where to change the colors? This is in the members profile area/page.

Here it is see attachment
1. Text color?
2.Background color Text color
3. Box Color
4.Bar color
5.Background and text color

Lynne
04-27-2011, 12:47 AM
Add this to additional.css template. You can only do it via CSS if you do NOT have Profile Customization turned on.
#member_content #sidebar_container a {color: green;} /* left link color */
#member_content dl.tabslight dd.userprof_moduleinactive a {color: red;} /* inactive tab font color */
#member_content dl.tabslight dd.userprof_moduleinactive {background: black;} /* inactive tab background color */
#message_form div.userprof_headers {background: pink;} /* around VM message area */
#sidebar_container .underblock {background-color:pink;} /* not sure about this one - bar color */
div.group .userprof_button {background: green; color: orange;} /* VM editor buttons */