Notifications
Clear all

wpForo 1.x.x [Solved] how to make avatars round

3 Posts
2 Users
0 Likes
878 Views
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 3 years ago

Gostaria de saber se tem uma possibilidade de deixar esses avatares redondos e com bordas na cor dos ícones

Topic Tags
2 Replies
Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

@neygo

 

#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img {
border-radius: 50%;
}

and for the eggs in your widgets 😀 


#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img, .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
height: 2.5vw !important;
width: 2.5vw !important;
}
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 3 years ago
Worked, thank you