Apr 21, 2019 4:40 pm
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.
1 Reply
Apr 22, 2019 12:46 pm
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;
}
}