AI Search
Classic Search
Notifications
Clear all
Sep 08, 2020 1:27 pm
Hello i would like to remove/hide the "title" from member account settings. I tried to search and found other ppl with same issue.
Found this code. Yeah it works and removes it but also removes the title when user is trying to create to topic in my forums and without title he won't be able to.
.wpf-field-name-title.wpf-field-required {
display: none !important;
}
5 Replies
Sep 08, 2020 2:25 pm
Hi @miikinki,
Please try the following code:
.row_0-col_0 .wpf-field-name-title{
display: none !important;
}
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Sep 08, 2020 3:04 pm
Tried the following code. Does exactly the same things. Removes title from member account settings but from make a new topic section too.