I just try to update the avatar, but it just request timeout error, and shows popup that connections is not ok.!
api/post/upload 404 not found
Make lavenders avatar a circle
-
How can I make the avatars when I use the lavender theme a circle instead of a square ?
-
@Aureney Add this to your ACP > Custom HTML & CSS > Custom CSS
.img-rounded{ border-radius: 100% !important; } .user-icon{ border-radius: 100% !important; } .img-thumbnail{ border-radius: 100%; } .avatar-sm{ border-radius: 100%; } .teaser-pic{ border-radius: 100%; }
-
@rod thanks, but the avatar in the posts are still square
-
@Aureney Have you 'enabled' the custom CSS & HTML?
-
@rod yes, but I meant that all the avatars appeared as a circle in the forum except for in the posts
-
This is what I mean, it stays as a square despite putting the css you gave me