Skip to content

Instantly share code, notes, and snippets.

@tuongpgjz
Created April 1, 2022 15:14
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 tuongpgjz/86ec8713f03952426afc59e905f7f3cd to your computer and use it in GitHub Desktop.
Save tuongpgjz/86ec8713f03952426afc59e905f7f3cd to your computer and use it in GitHub Desktop.
Hide some duplicate paypal button on WooCommerce checkout page
div[id^=zoid-paypal-buttons]:nth-child(3),
div[id^=zoid-paypal-buttons]:nth-child(1) {
display: none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment