CSS not working
-
Am trying to run the following css in admin only but its not working
add_action( ‘wp_head’, function () { ?>
<style>.gform-settings-header .gform-settings__wrapper {
display: none;
}</style>
<?php } );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘CSS not working’ is closed to new replies.