Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
0 Reactions
1,348 Views
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 5 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 5 years ago
Worked, thank you