Skip to main content
Topic: don't show group names (Read 1879 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

don't show group names

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?

Re: don't show group names

Reply #1

I think you must edit the template.

Re: don't show group names

Reply #2

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.

Re: don't show group names

Reply #3

Urgs!  :o

Re: don't show group names

Reply #4

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

Re: don't show group names

Reply #5

Thanks, works perfect!  :)