Skip to content

Instantly share code, notes, and snippets.

@lorenzocaum
Created August 15, 2016 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lorenzocaum/e79db33353561335df02a2cdbe260854 to your computer and use it in GitHub Desktop.
Save lorenzocaum/e79db33353561335df02a2cdbe260854 to your computer and use it in GitHub Desktop.
How to hide the add new state/province option during registration checkout for Event Espresso 4
/* Hide the click here to add a new state/province link during registration checkout */
.ee-form-add-new-state-lnk { display: none }

You can add new the styling to your child theme's stylesheet or through a plugin like Reaktiv CSS builder or Simple Custom CSS.

@lorenzocaum
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment