Skip to content

Instantly share code, notes, and snippets.

@DustinHartzler
Created June 3, 2016 14:51
Show Gist options
  • Save DustinHartzler/9850ea788909efdab31df8a10b456d07 to your computer and use it in GitHub Desktop.
Save DustinHartzler/9850ea788909efdab31df8a10b456d07 to your computer and use it in GitHub Desktop.
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