An open API service indexing awesome lists of open source software.

https://github.com/discourse/discourse-groups-css-classes-in-body


https://github.com/discourse/discourse-groups-css-classes-in-body

discourse-theme-component

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# discourse-groups-css-classes-in-body

## Usage

After installing this component to the active theme you can target CSS using group membership like, for example:

```
body.group-patrons div.donation-banner {
display: none;
}
```

## Feedback

If you have issues or suggestions for this theme component, please bring them up on
[Discourse Meta](https://meta.discourse.org/t/css-classes-for-current-users-groups/226068).