Log in

View Full Version : Colored Border Around Avatar.


Harpo
10-11-2012, 08:27 PM
I'm using postbit legacy. Would like to know how to add a border around a 80x80 avatar?

Thanks.

Simon Lloyd
10-11-2012, 10:07 PM
Just add a border in the html for the <img tags, lok here for some help and examples http://webdesign.about.com/od/examples/l/bl_styles_border_examples.htm

John Lester
10-11-2012, 11:50 PM
Add the following code to additional.css (adjust the px and color as desired)

ACP -> Styles & templates -> style manager -> your style here -> edit templates -> CSS templates -> addtional.css


.postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img {
border: 30px solid #021a40 !important;
max-width: 180px;
}

Harpo
10-13-2012, 12:23 AM
Thanks John. Big help.