ElkArte Community

Title: don't show group names
Post by: Jorin on February 21, 2018, 09:00:35 am
I thought there's an option in the theme layout settings to get rid of the group names inside the topics, but it seems I am wrong. Must I edit the template file or am I just blind today?
Title: Re: don't show group names
Post by: ahrasis on February 21, 2018, 09:40:17 am
I think you must edit the template.
Title: Re: don't show group names
Post by: Ruth on February 21, 2018, 10:10:22 am
This will work in the custom.css:

Code: [Select]
.poster .membergroup {
       display: none;
}

But it would not look very nice, because the "PM-Indicator" will overlay the group icons.
Title: Re: don't show group names
Post by: Jorin on February 22, 2018, 01:04:42 am
Urgs!  :o
Title: Re: don't show group names
Post by: ahrasis on February 22, 2018, 02:12:38 am
Quote from: Ruth – This will work in the custom.css:

Code: [Select]
.poster .membergroup {
       display: none;
}

But it would not look very nice, because the "PM-Indicator" will overlay the group icons.
Try ul.poster li.listlevel1.membergroup
Title: Re: don't show group names
Post by: Jorin on February 22, 2018, 03:09:36 am
Thanks, works perfect!  :)