Quote:
Originally Posted by Amaury
Anyway, my main point of this post: Can you please add a background to the content of the awards profile tab by default so it matches the others, such as About Me?
About Me Example: http://i.imgur.com/wc8OpvD.png
It's a simple fix, really. In the awards_memberinfo.css template, add a background to the following code:
Code:
#view-myawards .memberinfo_awards_row {
padding: 6px 0;
}
Like so:
Code:
#view-myawards .memberinfo_awards_row {
padding: 6px 0;
background: {vb:stylevar postbit_lite_background};
}
|
Looks like this isn't as simple as I thought, because when I change
Content Background in profile customization, it has no effect on the background there.