Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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