Skip to content

v2.4.0

Choose a tag to compare

@twotenstudio twotenstudio released this 06 Apr 08:49
· 17 commits to main since this release
0d1d6c1

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