Notifications
Clear all

wpForo 1.x.x [Solved] leave round avatars

6 Posts
3 Users
1 Reactions
793 Views
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 4 years ago

Eu quero deixar os avatares desses lugares redondos

5 Replies
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 4 years ago
I want to leave the avatars of these round places
4 Replies
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587

@neygo,

Please leave a direct link to that list of topics.

(@neygo)
Joined: 4 years ago

Trusted Member
Posts: 34
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4773

@neygo,

Use the CSS code below: 

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

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file. 

(@neygo)
Joined: 4 years ago

Trusted Member
Posts: 34

@sofy Obrigado funcionou