Sep 08, 2020 9:27 am
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 10:25 am
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 11:04 am
Tried the following code. Does exactly the same things. Removes title from member account settings but from make a new topic section too.