PDA

View Full Version : Stylevars for Profile Page? (/member.php)


seajay
03-03-2011, 08:53 PM
Hi,

I haven't used stylevars for sometime now. Has the stylevars for the profile pages changed?

I'd like to change the colors of the links on the profile page such as:

"Add as Friend"
"Send Private Message"
"Add to Ignore List"

etc.

I even searched through the css but most of it seems to have little effect if any on the vBulletin style.
Thanks

Lynne
03-03-2011, 09:15 PM
From my reply over on vb.com:
If you have Profile Customization turned on for users, then you, the admin, need to go to your profile page, click to Customize it, change it how you want the site to be, then click on Save as Site Default. If you don't have profile customization on, then you may add this to the additional.css template to change those links:

#member_content #sidebar_container a {color: green;} /* left link color */

The color for hovering over a breadcrumbs link would be stylevar "lightweightbox_background".