Jul 13, 2021 8:24 pm
Hello community
I found this code here to hide the title field in my account settings: https://wpforo.com/community/how-to-and-troubleshooting-2/trouble-when-removing-social-networks-fields-in-profile/
.wpf-field-name-title.wpf-field-required { display: none !important; }
The big problem with this is that this code also hides the title field for my forum posts.
What CSS should I use so that only the title field is hidden in my account settings?
3 Replies
Jul 14, 2021 1:57 pm
Help!
Jul 14, 2021 3:07 pm
#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-name-title.wpf-field-required { display: none !important; }
Jul 14, 2021 3:33 pm
Beautiful love of mine, beautiful code.
Thank you very much, if this CSS code worked