4.1.3
Search in member.css and find
Code:
.profile_editor_border, .profile_content .actionbuttons {
border-{vb:stylevar right}: {vb:stylevar tabslight_border};
border-{vb:stylevar left}: {vb:stylevar tabslight_border};
margin-top:0px;
}
Change to this
Code:
.profile_editor_border, .profile_content .actionbuttons {
border-{vb:stylevar right}: {vb:stylevar tabslight_border};
border-{vb:stylevar left}: {vb:stylevar tabslight_border};
margin-top:0px;
background: color of your choice;
}
4.1.4 utilizing CkEditor
That area is actually in 2 parts
The top bit can be found in member.css and search for:
#visitormessageseditor {
background:transparent;
}
Change your color from transparent to your choice.
the bottom bit has now changed , find
Code:
.profile_content .actionbuttons {
border-bottom: {vb:stylevar tabslight_border};
margin-bottom: {vb:stylevar padding};
padding-bottom: {vb:stylevar padding};
Add background color
They keep us on our toes you know by changing everything