v2.4.0
Custom CSS
- New Appearance section on the Settings page with a CSS textarea
- Users can enter custom CSS (e.g. .eyworks-submit { background: #333; }) to override default form styles
- Styles are output via wp_add_inline_style so they load after the base stylesheet and are properly scoped
- Input is sanitized with wp_strip_all_tags to prevent script injection