Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xlplugins/a0373f4f49c6b1697090e1250c218608 to your computer and use it in GitHub Desktop.
Save xlplugins/a0373f4f49c6b1697090e1250c218608 to your computer and use it in GitHub Desktop.
Stripe Credit card Fade Issue SITE Specific Issue Only #stripe
add_action( 'wp_footer', function () {
?>
<style>
iframe#__PrivateStripeFrame--card {
display: none !important;
}
</style>
<?php
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment