LogoLogo
System status
BigCommerce App 1.0
BigCommerce App 1.0
  • BigCommerce App 1.0
  • Introduction
    • Supported countries
    • General workflow
    • Features
    • Requirements
      • Considerations
      • Limitations
  • Install the Digital River app
  • Configure the BigCommerce settings
    • Step 1: Configure the store profile
    • Step 2: Configure payments
    • Step 3: Configure currencies
    • Step 4: Configure tax
    • Step 5: Configure shipping
    • Step 6: Create a script for Digital River compliance terms
    • Step 7: Edit the required phone number field
    • Step 8: Configure a product
    • Step 9: Configure transactional emails
    • Step 10: Complete certification
    • Step 11: Start accepting payment
  • Shopper experience
    • Payment methods
      • Cards
      • Google Pay
  • Webhooks
  • Status mappings
  • Fraud prevention
  • 3D-Secure
  • Multicurrency
  • Look and feel
  • Test the app
  • Common questions
  • Support
Powered by GitBook
On this page

Look and feel

Learn how to customize Drop-in.

PreviousMulticurrencyNextTest the app

Last updated 7 months ago

Using the , you can style the look and feel of the elements within the component using .

You can change the following body text and link attributes:

  • Body text font family

  • Link font family

  • Link color

  • Link hover color

Form Checklist

  • Form Background

  • Form header text color

  • Form border color

Styling the Pay button

To style the Pay button within the Digital River drop-in component:

  1. Click Store Setup in the app menu on the left and then click Themes.

  2. Under Current Theme, click Advanced, and select Make a Copy from the drop-down list.

  3. Enter a name for the theme in the Theme Name field and click Save a Copy.

  4. Under Themes, click more options on your created theme and select Edit Theme Files.

  5. Click the Do not show me again checkbox and click Edit theme files.

  6. From your browser's Stencil File Editor tab, click assets, click scss, and then click optimized-checkout.scss.

  7. Copy the following text and paste it at the bottom of the optimized-checkout.scss file. .DR-pay-button{ background-color: BLACK !important; } .DR-button-text{ color: RED !important; } Important: You must add the !important rule to the CSS line.

  8. Click Save File. The results will look like this:

Cornerstone theme
Drop-in
Page Builder