Can I Change the Fonts and Advanced Styling of the Age Verification Popup?
The Age Verification Popup app for Wix is a powerful tool designed to ensure that your website complies with age restrictions, providing a smooth and professional experience for your visitors. By default, the app uses styling that derives from your Wix website, ensuring a cohesive look that blends seamlessly with your existing design.
Yes, you can change the fonts and apply advanced styling to your Age Verification Popup using custom CSS. This allows you to customize the look and feel of your popup beyond the default options.
Access your site's dashboard on Wix.
Navigate to the settings of the Age Verification Popup app.
Add your custom CSS code to override the popup’s default styles.
For example, if you'd like to change the font of the popup, you can apply CSS like this:
With custom CSS, you have full control over the fonts, colors, and other styling aspects of your popup, ensuring it matches your site’s branding seamlessly.
If you're not familiar with CSS or want specific guidance on advanced styling, our support team is always here to assist. Feel free to contact us for personalized help with your customization needs.
Can I Change the Fonts and Advanced Styling of the Popup?
Yes, you can change the fonts and apply advanced styling to your Age Verification Popup using custom CSS. This allows you to customize the look and feel of your popup beyond the default options.
How to Add Custom CSS:
Access your site's dashboard on Wix.
Navigate to the settings of the Age Verification Popup app.
Add your custom CSS code to override the popup’s default styles.
For example, if you'd like to change the font of the popup, you can apply CSS like this:
#ea-age-verification {
font-family: 'Your Font Choice', sans-serif;
font-size: 16px;
}
Need Help with Customization?
With custom CSS, you have full control over the fonts, colors, and other styling aspects of your popup, ensuring it matches your site’s branding seamlessly.
If you're not familiar with CSS or want specific guidance on advanced styling, our support team is always here to assist. Feel free to contact us for personalized help with your customization needs.
Updated on: 20/08/2024
Thank you!