Notifications
Clear all

wpForo 1.x.x [Solved] Social networks in mobile

2 Posts
2 Users
1 Likes
950 Views
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 years ago

Hi team, any possibility to hide the social network fields (all of them) from the edit profile page? Attached you can also see how I see them in mobile.

Thanks in advance.

Topic Tags
1 Reply
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @srtalop,

Please try this CSS code, add it in Dashboard > Forums > Settings > Styles  > "Custom CSS code" textarea. Don't forget to delete all caches before checking.  

@media screen and (max-width: 800px){
#wpforo #wpforo-wrap .wpforo-profile-account .wpfw-3 {
width: 100% !important;
}
}