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.
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;
}
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.
Tried the following code. Does exactly the same things. Removes title from member account settings but from make a new topic section too.