View Full Version : Sanity check - where is the colors to change the folllowing
scottkoz20
10-12-2018, 02:43 AM
I'm trying to uniform (err - clean up) the color scheme on my site and I cannot for the life of me can find the color for the left side bar on the My Profile page
here is a reference what I am seeing
https://www.sportscardforum.com/members/20031-scottkoz20
Thanks,
Scott
MarkFL
10-12-2018, 03:40 AM
The stylevar that controls the background color of that element is named "sidebar_background" but that stylevar controls more than just that element.
If you wish to change the color of just that element, one way to do that is to open the template named "userprofile.css" and locate the selector that reads:
#sidebar_container.member_summary
{
color: {vb:raw moduleinactive_text_color};
background-color: {vb:raw moduleinactive_background_color};
background-image: {vb:raw moduleinactive_background_image};
background-repeat: {vb:raw moduleinactive_background_repeat};
border-color: {vb:raw moduleinactive_border};
}
And change the "background-color" attribute to your liking.
scottkoz20
10-12-2018, 10:04 AM
Thanks Mark -
Now to find the Profile Tab colors as the background went to #FFF
MarkFL
10-12-2018, 01:53 PM
Did you change the stylevar or edit the CSS template?
scottkoz20
10-12-2018, 02:26 PM
Did you change the stylevar or edit the CSS template?
for the sidebar - I changed the CSS as you mentioned, but I dont see the color code at all on the stylevar
MarkFL
10-12-2018, 03:23 PM
If you edited the CSS template, then that should only affect the sidebar on the profile. That's what happened on my dev site.
scottkoz20
10-12-2018, 03:45 PM
thats what happened on my site as well - i need to tackle Profile background colors (maybe text also)
edit - I highlighted the text as it was white on white :rolleyes:
MarkFL
10-12-2018, 03:56 PM
Just to be clear, your tabs were fine until you edited the CSS template?
scottkoz20
10-12-2018, 06:05 PM
WELL - i fixed it!
The issue was on the profile - I have a SAVE and SAVE AS DEFAULT
I was killing my own color settings that I wanted set as the default when I thought I was saving one thing, I would "break" something else. Once I updated one at a time, then all was fine.
Thanks for pointing in the right direction Mark
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.