sections[] = array( 'title' => esc_html__('Custom CSS', 'blogup'), 'desc' => esc_html__('Easily add custom CSS to your website.', 'blogup'), 'icon' => 'fa fa-css3', 'fields' => array( array( 'id' => 'css_editor', 'type' => 'ace_editor', 'title' => esc_html__('CSS Code', 'blogup'), 'subtitle' => esc_html__('Insert your custom CSS code right here. It will be displayed globally in the website.', 'blogup'), 'mode' => 'css', 'theme' => 'monokai', 'desc' => '', 'default' => "" ) ), );