Ok, i managed to edit a bit of the sidebar, but i still don't understand where the hell can I change the
#sidebar_container.member_summary {
background-color: #F1F3F8;
If i look for it via admincp, i find it in the member.css :
#sidebar_container.member_summary {
width: {vb:stylevar profile_sidebar_width};
float: {vb:stylevar left};
clear: {vb:stylevar right};
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
border-radius: {vb:stylevar border_radius};
-moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
-webkit-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
background-color:{vb:stylevar sidebar_background.backgroundColor};
border:{vb:stylevar sidebar_border};
display:inline-block;
margin-bottom: {vb:stylevar padding};
padding: 0;
}
the problem is that i'm unable to find sidebar_background.backgroundColor....I also tried to create a new stylevar, and change the code to "background-color:{vb:stylevar sidebar_custombkg};" but it still doesn't work....
any idea, please?