Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Problem hiding the title field in my account settings

4 Posts
2 Users
3 Reactions
1,084 Views
Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 7 years ago

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
Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 7 years ago

Help!

Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@hector

#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-name-title.wpf-field-required {
    display: none !important;
}
Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 7 years ago

Beautiful love of mine, beautiful code.

Thank you very much, if this CSS code worked