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:
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).