Skip to content

Instantly share code, notes, and snippets.

@wbcomdev
Created October 23, 2023 10:53
Show Gist options
  • Select an option

  • Save wbcomdev/0d14bf8a9e00abac6b80dcd08c742138 to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/0d14bf8a9e00abac6b80dcd08c742138 to your computer and use it in GitHub Desktop.
text-transform-edd-sell
<?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