Can I Change the Fonts and Advanced Styling of the Age Verification Popup?
Introduction
The Age Verification Popup app for Wix helps ensure your website complies with age restrictions while maintaining a smooth and professional experience for visitors. By default, the pop-up inherits styles from your Wix site to blend seamlessly with your existing design.
If you want to customize the fonts or apply advanced styling, you can do so using custom CSS. This guide will show you how to make your popup fully aligned with your website’s branding.
Changing Fonts and Advanced Styling
You can modify the appearance of your Age Verification Popup beyond the default options by adding custom CSS. This allows you to adjust fonts, colors, sizes, and other styling elements.
Steps to Add Custom CSS
- Access Your Wix Dashboard: Log in to your Wix account and open your site’s dashboard.
- Navigate to the App Settings: Go to the Age Verification Popup app settings.
- Add Your Custom CSS: Insert your CSS code to override the default popup styles.
For example, to change the pop-up font, you can use:
#ea-age-verification {
font-family: 'Your Font Choice', sans-serif;
font-size: 16px;
}
Tips for Customization
- With custom CSS, you have full control over fonts, colors, spacing, and other styling properties.
- Ensure that your styling remains readable and consistent with your site’s branding.
- If you’re new to CSS or want guidance on advanced styling, our support team is ready to help. Contact us for personalized assistance.
Conclusion
By using custom CSS, you can make your Age Verification Popup truly match your website’s design and branding.
For more information, visit the Age Verification Popup app on Wix or reach out to our support team for help with advanced customization.
Updated on: 03/04/2026