MyBB Community Forums

Full Version: changing the avatar CSS properties
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

i want to change the avatar look.

i want to change the CSS properties to add a border and shadow but i can't found the CSS properties of avatar...

can you help me?
thanks
Add this to your CSS and add/change whatever you need;

.post_avatar img {
border: 1px solid #000000;
}

EDIT: If you're using the classic postbit, you'll also need to edit your 'postbit_avatar' template by adding class="post_avatar" to the image code, and you can drop the "img" from the CSS.