Created
April 1, 2022 15:14
-
-
Save tuongpgjz/86ec8713f03952426afc59e905f7f3cd to your computer and use it in GitHub Desktop.
Hide some duplicate paypal button on WooCommerce checkout page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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