Customizing widgets for tiers

The CrowdTwist platform organizes members by their rank within your program. This provides an easy way to track member progress and segment activity while building excitement and exclusivity. Each tier can be customized using CSS to provide a unique look and feel for each.

When a user is logged in, all widgets will include a css class to reflect that user’s tier. Class names are lowercase and replace spaces with hyphens. For example, New Fan will add the class "new-fan" and Bronze will add the class "bronze".

Here is an example of how to customize a tier named "bronze" using CSS:

.bronze {
background-color: #cd7f32;
}

Learn more

Widgets

Customizing widgets

Tiers