Originally posted by glennrocksvb
View Post
Announcement
Collapse
No announcement yet.
How to make round avatars in vB5
Collapse
This is a sticky topic.
X
X
-
I don't have a vB4 site but try this:
Code:.postbit .postuseravatarlink img, .avatar img { border-radius: 100%; }β
- Top
- Translate
- Bottom
Leave a comment:
-
ahhh thats cool, be interesting to see metallica avatars round lol
- Top
- Translate
- Bottom
Leave a comment:
-
This is for vB5 only but it can also be done to vB4 but with different CSS code.
- Top
- Translate
- Bottom
Leave a comment:
-
Thank you so much! It is working now with the new code.
- Top
- Translate
- Bottom
-
There is a CSS code in css_additional of the custom theme that tells ALL elements (not just images) should have border-radius of zero which means not rounded.
The !important in the code overrides other CSS code. To override this for avatars, then also add !importantβ in the rounded avatar's code by changing this part:Code:* { border-radius: 0 !important; }
to:Code:border-radius: 100%;
βCode:border-radius: 100% !important;
- Top
- Translate
- Bottom
- Likes 1
Leave a comment:
-
- Top
- Translate
- Bottom
Leave a comment:
-
Try adding this custom CSS. But avatars in vB3 may not be square so making them round may turn into oval (oblong).Originally posted by aSpeNDos View PostCould you please adjust this edit for vbulletin 3.8.x
Thank You Bro
Code:a[href^="member.php?u="] img { border-radius: 100%; }
- Top
- Translate
- Bottom
Leave a comment:
-
Could you please adjust this edit for vbulletin 3.8.x
Thank You Bro
- Top
- Translate
- Bottom
Leave a comment:
-
When I add the code to the additional.css file, and does not change the avatar. Is this mod still working?
- Top
- Translate
- Bottom
Leave a comment:
Latest Posts
Collapse
-
by ChunkHello!
My name is Chunk (nickname). Im current graduated from my local college for Web Development. Today I will be exploring vBulletin...07-11-2026, 06:08 AM -
by PitmanLol... Like I said, I am Shon.
I am I user and administrator of vBulletin since 2002 (good old days) and I joined here because I recently...07-08-2026, 02:29 PM

Leave a comment: