Skip to main content
The custom plan card appears alongside your regular plans. It lets users pick individual features and build a personalized plan.

What users see

  • A card with title, badge, and feature bullets
  • “Create Now” button that opens the feature picker
  • Users select features, set quantities for usage-based features
  • Price is calculated automatically

Customizing colors

In the Custom Card section of the Design tab, you can customize:
SettingWhat it affects
Card BGBackground color of the card
BorderCard border color
TitleTitle text color
TextFeature bullet text color
CheckCheckmark icon color
ButtonButton background color
Btn TextButton text color
Badge BGBadge background
Badge TextBadge text color
Badge BorderBadge border color

CSS targeting

.cuprice-custom-plan-card {
  /* Card container */
}
.cuprice-custom-plan-title {
  /* "Customize your way" text */
}
.cuprice-custom-plan-badge {
  /* "Custom" badge */
}
.cuprice-custom-plan-button {
  /* "Create Now" button */
}
.cuprice-custom-plan-feature-text {
  /* Feature bullet text */
}