Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
ashleyl725 Posted February 1, 2017 Posted February 1, 2017 Currently a group name is a required field, which is fine for the back end, but I would like to hide the group name from actually showing up on the board. Is this possible to do? For instance, the Moderators group is "Moderators", I would like to use a custom image that stands out more, which says "Moderators", I can easily add this, but then there is the word "Moderators" in text right above the custom image that says "Moderators". If anyone can tell me how to disable the display of group names on the board, I would really appreciate it.
TAMAN Posted February 1, 2017 Posted February 1, 2017 If you just want to hide it add this to custom.css .cAuthorPane .cAuthorPane_info .cAuthorPane_photo + li{display: none;}
Adriano Faria Posted April 1, 2020 Posted April 1, 2020 On 2/1/2017 at 4:05 PM, ashleyl725 said: Currently a group name is a required field, which is fine for the back end, but I would like to hide the group name from actually showing up on the board. Is this possible to do? For instance, the Moderators group is "Moderators", I would like to use a custom image that stands out more, which says "Moderators", I can easily add this, but then there is the word "Moderators" in text right above the custom image that says "Moderators". If anyone can tell me how to disable the display of group names on the board, I would really appreciate it.
Recommended Posts