Log in

View Full Version : Profile css change, I am stumped.


Gudrune
10-28-2010, 12:10 AM
I am looking to change the color of the links in the attached picture. Trying to change the link colors under the member.php/1-user section of vbulletin. Been using firebug and I am stuck on this part.

Lynne
10-28-2010, 12:23 AM
There is an article over on vbulletin.com on how to set the default colors if you are using Profile Customization. Otherwise, the default is, I believe, header_background.

sulasno
10-28-2010, 01:18 AM
I wish the stylevars could have better descriptions;

eg
This is where you can configure the settings for the CMS;
similar for Blogs, Forums, UerCP, etc

Discontinue with the Common settings

Gudrune
10-28-2010, 04:27 AM
There is an article over on vbulletin.com on how to set the default colors if you are using Profile Customization. Otherwise, the default is, I believe, header_background.

header_bacground had no change on those link colors.

Using Firebug on those links it leads me to

#sidebar_container.member_summary a.textcontrol:hover, #sidebar_container.member_summary a.imagecontrol:hover {
background: none;
}


But making any change to that does not effect the color of the links in the profile.

--------------- Added 1288261986 at 1288261986 ---------------

I got it fixed. It was related to this bug

http://tracker.vbulletin.com/browse/VBIV-9793