Is there a way we can make the border of my Members avatars like this?
2 posters
Avatar Border
SpyroDragon- Forumember
- Posts : 462
Reputation : 2
Language : English
- Post n°1
Avatar Border
Is there a way we can make the border of my Members avatars like this?
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°2
Re: Avatar Border
Hello @SpyroDragon,
Add the following rule to your stylesheet :
Display > Colors > CSS stylesheet
Add the following rule to your stylesheet :
Display > Colors > CSS stylesheet
- Code:
.post .postdetails.poster-profile > a img {
max-width:150px;
max-height:150px;
}
.post .postdetails.poster-profile > a {
display:inline-block;
background:url(http://i38.servimg.com/u/f38/16/87/57/90/modsqu10.png) no-repeat 50% 50% / 100% 100%;
padding:55px;
}