> For the complete documentation index, see [llms.txt](https://misago.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://misago.gitbook.io/docs/userrankstyles.md).

# User rank styles

Misago user ranks allow you to specify their css class when editing them in admin control panel.

This class is then used to build proper css class names used around the UI. Assuming that you'll enter `mvp` in this field, you'll be able to define following css clases to customise how user's belonging to this rank are presented:

* `list-group-rank-mvp` class will be added to rows in user rankings with users with this rank.
* `page-header-rank-mvp` class will be added to page header on profiles of users with this rank.
* `post-mvp` class will be added to posts made by users with this rank.
* `user-card-mvp` class will be added to user cards presenting users with this rank.

## Default classes

Misago's default theme defines following basic classes, visualised as colorful borders and title colors:

* `primary`
* `success`
* `warning`
* `danger`
