Customizing CSS styles in Recharge
You can customize the CSS for the customer portal, checkout, subscription widget, and more, depending on your Recharge checkout platform.
This guide covers the customization steps and compatibility for each platform.
Platform compatibility
The sections you can customize differ based on the Recharge checkout platform you're using. Refer to the table below to confirm which sections in this guide are relevant to your platform.
Platform |
Sections you can customize |
BigCommerce Checkout Integration |
Note: Merchants using the BigCommerce Checkout Integration do not have access to checkout settings in Recharge, as this is handled directly by BigCommerce. Refer to BigCommerce’s guide on Customizing the style of your checkout. |
Recharge Checkout on BigCommerce | |
Recharge Checkout on Shopify | |
Shopify Checkout Integration |
Note: Merchants using the Shopify Checkout Integration do not have access to checkout settings in Recharge, as this is handled directly by Shopify. Refer to Shopify's guide on Customizing the style of your checkout.
|
Customer portal
Customer portal styles
- In the merchant portal, click Storefront and select Customer portal.
- Scroll down to the Customize styles section.
- Add CSS, HTML, or JavaScript code in the Header and Footer sections.
- Click Save.
Credit card page styles
Note: This section is applicable to merchants using the Recharge Checkout on Shopify or BigCommerce.
- Merchants using the Shopify Checkout Integration can refer to Shopify's guide on Customizing the style of your checkout.
- Merchants using the BigCommerce Checkout Integration can refer to BigCommerce’s guide on Customizing the style of your checkout.
Customers can update their billing information on the Credit card page.
- In the merchant portal, click Storefront and select Customer portal.
- Scroll down to the Customize styles section.
- Add additional CSS to the Credit card page CSS field to control visual aspects of the page.
- Click Save.
Checkout styles
Note: This section is applicable to merchants using the Recharge Checkout on Shopify or BigCommerce.
- Merchants using the Shopify Checkout Integration can refer to Shopify's guide on Customizing the style of your checkout.
- Merchants using the BigCommerce Checkout Integration can refer to BigCommerce’s guide on Customizing the style of your checkout.
- In the merchant portal, click Storefront and select Checkout.
- Enter your customizations in the Styles section.
- Enter your Logo or Favicon URLs.
- Customize the colors and font for your button, links, and more.
- Add custom CSS in the CSS editor box.
- Click Save.
Hide the Recharge Logo from your checkout
To hide the Recharge logo from your checkout, add .admin-notice{ display:none !important; }
to the CSS editor field on the Checkout Settings page.
Subscription widget on the product page
You can customize aspects of your subscription widget such as colors, fonts, and more.
- In the merchant portal, click Storefront and select Subscription widget.
- Make your desired customizations.
- Click Save.
Recharge Checkout on Shopify
Merchants using the Recharge Checkout on Shopify can add additional custom CSS in the Shopify theme editor.
- In your Shopify Admin, click Online Store and select Themes.
- On the theme you are working with, click Actions and Edit code.
- Open the subscription-product.liquid snippet and find
/* Add custom CSS below */
, and enter your custom CSS. - Click Save.
Shopify Checkout Integration
Merchants using the Shopify Checkout Integration can refer to the guide Advanced customizations to the JS subscription widget to learn more about additional customizations that can be made to the subscription widget.
BigCommerce Checkout Integration
Merchants using the BigCommerce Checkout Integration can refer to the guide Advanced customizations to the JS subscription widget to learn more about additional customizations that can be made to the subscription widget.