#customize-controls .customize-info .accordion-section-title:before {content: "ABCBLOG THEME OPTIONS"; display: block; font-size: 16px; line-height: 23px; color: #000; font-weight: bold;} '; } add_action('customize_controls_print_styles', 'abcblog_customizer_css'); function abcblog_admin_css() { echo ''; } add_action('admin_head', 'abcblog_admin_css');