Created
October 23, 2023 10:53
-
-
Save wbcomdev/0d14bf8a9e00abac6b80dcd08c742138 to your computer and use it in GitHub Desktop.
text-transform-edd-sell
This file contains hidden or 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
| <?php | |
| add_action('wp_head', 'wbcom_edd_test_tranform'); | |
| function wbcom_edd_test_tranform(){ | |
| ?> | |
| <style> | |
| .edd-single-msg-wrapper .edd-msg { | |
| text-transform: none!important; | |
| } | |
| </style> | |
| <?php | |
| } | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment