Skip to main content

User Interface customization

The wallet frontend UI can be customized to match your brand asthetics. We support customization of content and styles. Accrue provides white glove support and assistance to merchant design, marketing and branding teams to deliver a experience that your customers are familiar with.

Your brand logo will be presented throughout the wallet frontend. Recommended dimensions are 90x30px. Great logos can be resized and quickly produced across hundreds of different contexts. Having different logo variations is essential for your business. Having easy-to-resize PNG and vector logo files will help you adapt them accordingly.

Logo Customization

Images

The wallet frontend uses two banner style images.

  • Intro - The intro image with dimensions 400x150px is presented to the customer during onboarding
  • Cover - The cover image with dimension 400x340px is presented to the customer during their savings journey and is the most often used image.

Cover Image Customization

Value Propositions

The wallet frontend onboarding experience presents a value proposition screen. Content on this screen can be fully customizable to deliver messaging consistent with your values and offer.

The onboarding screen provide ability to customize content for a

  • Heading - Deliver a brand message and call to action that reflects your values.
  • Value Proposition - Detail the savings opportunity in language your customers recognize as coming from you.
Text Customization

Styles

The wallet frontend uses few and basic UI components to deliver the entire experience. We provide the ability to configure the color scheme and styles.

CTA Customization

CTA Styles

Background color, text color and border can be customized on CTA's. Below we demonstrate a few examples.

Examples

{
ctaColor: '#000000',
ctaTextColor: '#ffffff',
ctaBorderRadius: '50px'
}

CTA Example 1

{
ctaColor: '#0133A0',
ctaTextColor: '#ffffff',
ctaBorderRadius: '14px'
}

CTA Example 2

{
ctaColor: '#5DBEA3',
ctaTextColor: '#000000',
ctaBorderRadius: '0px'
}

CTA Example 3

Colors

Icons

Some icon can have their color customized. Below are a few examples.

{
iconColor: '#CB3939'
}

Icon Color 1

{
iconColor: '#1C1178'
}

Icon Color 2

Loading Bar

Some screens have a loading bar, which color can be customized. Below are a few examples.

{
loadingBarColor: "#36DD2D";
}

Loading Bar 1

{
loadingBarColor: "#9B23AB";
}

Loading Bar 2

Savings Goal Progress Bar

The savings goal progress bar color can be customized. Below are a few examples.

{
progressBarColor: "#CB3939";
}

Savings Goal Progress 1

{
progressBarColor: "#29BE23";
}

Savings Goal Progress 2

Date Selector

The date selector color can be customized. Below are a few examples.

{
dateSelectorColor: "#69DBBD";
}

Date Selector Color 1

{
dateSelectorColor: "#C25ECF";
}

Date Selector Color 2

Input Styles

Input styles and these are customizable. Below are a few examples.

Examples

{
inputBorderRadius: "8px";
}

Input Border Radius Example 1

{
inputBorderRadius: "0px";
}

Input Border Radius Example 2

{
inputBorderRadius: "100px";
}

Input Border Radius Example 3