The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need Help with member profile area
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 |
#2
|
||||
|
||||
Add this to additional.css template. You can only do it via CSS if you do NOT have Profile Customization turned on.
HTML Code:
#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 */ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|