Colorize Groups

HI,
Is there a way to color-code different group names or group cells?
I have a lot of groups and it would be nice to have different colors for the group names or even better different colors for the background of the cells.
The easiest way would be to have a CSS class applied with the group name.
The color can be defined with in the custom Dashboard extension.
Maybe a PHP snippet can do this?

Thanks for any help!

1 Like

Hi Michael,

Just to be sure that we are on the same page, you would like to make this customization in the Manage Sites table?

yes, in the Manage Sites table.

Hi Michael,

Thanks for confirming that. Can you try this version:

In here, we used group ID to set a custom class for table row for each child site.

2 Likes

Hi Bogdan,
Thank you so much for your effort!

I added some CSS like this:
#child-site-15 td.column-groups,
#child-site-16 td.column-groups,
#child-site-17 td.column-groups,
#child-site-18 td.column-groups {
background: #abf7f3;
}
and it works perfectly.

2 Likes

Hi Michael,

I am happy we could help.

We will include these additions to the next official release so you can update the plugin when you see available updates.

Perfect!
Thanks a lot.

1 Like

Hi @bogdan, did you include those changes in the last release? I really want to use it.
Thanks

Hi Fred,

Yes, this change will be included in the next official release.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.