May 08, 2020 7:12 pm
Is it possible to hide the inscription with the users registration date?
6 Replies
May 09, 2020 8:23 am
Hi@alexgoal,
Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea:
.wpf-author-joined, .author-joined {
display: none;
}
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
May 09, 2020 8:54 am
and to remove it from the profile too?
Feb 10, 2021 12:28 pm
Hi guys, could I ask...
How about if I would like to "hide" just MY VERY OWN (im the admin) but nobody else registration date. Would this be feasible? I supposse the above coding will not be good for my case, correct?
Thanks 🙂