Notifications
Clear all

wpForo 1.x.x [Solved] My Profile Bugged

3 Posts
2 Users
0 Likes
604 Views
Posts: 2
Topic starter
(@willbarra4)
New Member
Joined: 4 years ago

https://gyazo.com/2dad51ab461aa537cae6d2b5c57f519c

 

i have no clue whats happened here. the picture describes it... please help 🙂

Topic Tags
2 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @willbarra4,

Please navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS code"textarea:

.wpforo-profile svg {
display: none !important;
}

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

 

1 Reply
(@willbarra4)
Joined: 4 years ago

New Member
Posts: 2

@sofy works now. thank you! <3