MyBB Tutorials

Circled Postbit Avatar

Submitted by linkzy, , Thread ID: 12891

Thread Closed
linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
18-11-2015, 01:52 PM
#1
This tutorial will show you how to make your user's avatars round.

Step 1: Go to: Admin CP ---> Templates & Style ---> Click on the name of your theme. (By Default it should be Default or MyBB 1.8)---> Add Stylesheet

File Name: Doesn't matter, just make sure you end it with .css

Attached to: Globally

Then choose: Write my own contentThen write this code:

Code:
.post .post_author div.author_avatar img {
border-radius: 55%;
transition:all 0.3s ease;
}

Note - Works is some themes
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


1

Users browsing this thread: 1 Guest(s)