Airalo Developer Platform
  1. Guides
Airalo Developer Platform
  • OVERVIEW
    • Introduction
    • Attribute descriptions
    • FAQ
    • Quick start
      • Step 1: Request access token
      • Step 2: Get packages
      • Step 3: Submit order
      • Step 4: Get installation instructions
    • User journeys
      • Purchase journey
      • Top-up journey
    • Guides
      • How to set up a brand for eSIMs Cloud link sharing
      • How to get the eSIMs Cloud sharing link through API
      • How to generate the QR code for an eSIM
      • How to share eSIM installation instructions with users
      • eSIM installation methods for API Partners
  • REST API
    • Introduction
    • Product updates
    • Rate limits
    • Error handling
    • Endpoints
      • Authenticate
        • Request access token
      • Browse packages
        • Get packages
      • Place order
        • Submit order
        • Submit order async
        • Future orders
        • eSIM voucher
      • Install eSIM
        • Get eSIM
        • Get installation instructions
      • Monitor usage
        • Get usage (data, text & voice)
      • Place top up order
        • Submit top-up order
        • Get top-up package list
        • Get eSIMs list
        • Get eSIM package history
      • Manage orders & eSIMs
        • Get order list
        • Cancel future orders
        • Get order
        • Update eSIM brand
      • Compatible devices
        • [Deprecated] Get compatible device list
        • Get compatible device lite list
      • Notifications
        • Airalo webhooks optin and flow
        • Understanding webhooks: Asynchronous communication for modern applications
        • Async orders
        • Low data notification - opt In
        • Low data notification - opt out
        • Get low data notification
        • Credit limit notification
        • Webhook definition
        • Webhook simulator
      • Check balance
        • Get balance
      • Refunds
        • Refund request
    • Guides
      • Step #1 - Authentication
  • SDKs
    • Introduction
    • SDK vs. REST API
    • Technical notes
  • WOOCOMMERCE PLUGIN
    • Introduction
    • Product updates
    • Guides
      • How to install the Airalo Plugin for WooCommerce
      • How to set up prices in WooCommerce
      • How to customize the "My eSIMs" page colors in WooCommerce
      • How to convert prices into your local currency
      • How to finalize your WooCommerce shop setup
      • How to test in sandbox mode
      • How to go live
      • How to customize WooCommerce email templates for eSIM sales
    • Troubleshooting
      • Troubleshooting
  • SHOPIFY APP
    • Introduction
    • Guides
      • How to install the Airalo Shopify App
      • How to set up prices in Shopify
  1. Guides

How to customize the "My eSIMs" page colors in WooCommerce

If you're using the My eSIMs page in WooCommerce, you may want to adjust the colors to align with your brand. Follow these steps to update the page’s appearance using CSS variables.
1
Locate your theme's custom CSS section
To apply the changes you need to add custom CSS to your WooCommerce theme. You can do this via:
WordPress Customizer
Navigate to Appearance > Customize in your WordPress dashboard.
Click Additional CSS.
Add the custom CSS code provided below.
Child Theme Stylesheet (recommended for advanced users)
If you're using a child theme, you can update the style.css file.
2
Modify the CSS variables
The My eSIMs page uses the following CSS variables to define colors. You can update them to match your brand:
:root {
--wp--airalo--my--esim--card--background: #CECECE; /* Card Background /
--wp--airalo--my--esim--title--color: #000; /
Page Title Color /
--wp--airalo--my--esim--left-menu-active--color: #fff; /
Active Menu Item Text Color /
--wp--airalo--my--esim--left-menu-active--background: #EE434E; /
Active Menu Background /
--wp--airalo--my--esim--carousel--background: #B1B1B1; /
Carousel Background /
--wp--airalo--my--esim--text--title--negative: #C81E1E; /
Negative Status Title /
--wp--airalo--my--esim--text--body--normal: #374151; /
Normal Body Text /
--wp--airalo--my--esim--text--title--highlight: #1A56DB; /
Highlighted Titles /
--wp--airalo--my--esim--border-color--normal: #D1D5DB; /
Normal Borders /
--wp--airalo--my--esim--text--title--normal: #111928; /
Regular Titles */
}
3
Apply the custom CSS
Once you've customized the colors, copy the updated CSS and paste it into the Additional CSS section of your WordPress theme or inside your child theme's stylesheet.
4
Save and preview changes
After adding the CSS, click Publish in the Customizer (if using Additional CSS).
Refresh the My eSIMs page to see the changes.
Adjust further if needed.

Notes#

Ensure your theme supports custom CSS variables.
If changes don’t appear, try clearing the cache or using a browser’s Inspect Element tool to verify styles are applied correctly.
If using a caching plugin, purge the cache to see updates immediately.
Please note that the variable names must include the "wp--airalo" prefix, as this is a mandatory requirement from WordPress.
By following these steps, you can effectively align the My eSIMs page with your brand’s design in WooCommerce.
Modified at 2025-08-06 12:15:38
Previous
How to set up prices in WooCommerce
Next
How to convert prices into your local currency
Built with