Created
June 3, 2016 14:51
-
-
Save DustinHartzler/9850ea788909efdab31df8a10b456d07 to your computer and use it in GitHub Desktop.
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
function my_custom_admin_styles() { | |
?> | |
<style type="text/css"> | |
.wp-customizer #customize-info, #customize-theme-controls>ul>.accordion-section#accordion-panel-sprh_panel { | |
display: inherit !important; | |
} | |
</style> | |
<?php | |
} | |
add_action('admin_head', 'my_custom_admin_styles'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment