Customizing "My eSIM" page colors in WooCommerce
Introduction
Steps to update colors
1. Locate your theme’s custom CSS section
2. Modify the CSS variables
--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
4. Save and preview changes
Notes
Modified at 2025-04-02 12:56:47