Yep. I was able to show it by default using:
<?php
add_action('customize_controls_print_styles', function() {
?>
<style id="custom-css">
#sub-accordion-section-custom_css .description {
display: block !important;
}
</style>
<?php
});
Thanks for your help!
Related Posts:
- Editing the custom background CSS
- wp_head() not inserting the default stylesheet style.css
- First completely customized theme, where should I start?
- Responsive Images – Generating multiple images from Theme Customizer control upload?
- Modify Javascript Configuration Options for Theme Customizer Colour Picker
- Customizer: Unique identifier that distinguishes which image upload control is uploading an image
- How to add styles set by user in the customizer
- Disabling Customizer Selective Refresh shortcut icons for selected controls
- JavaScript stops working on selectively refreshed sections one inside the other
- “Add A Widget” button in the Customizer
- Customizer: save setting/control content to post/page
- Q: How to pull data from custom table to populate zustomizer setting/control select options
- How to disable wordpress from overload my stylesheet styles with customizer styles
- Is it possible to visually group items on the theme customizer?
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Default Text not showing from customizer
- How to transfer one domain to another domain without losing theme options (customizer)?
- Is there a WordPress boolean for “theme_customizer_active()”?
- CSS added through customizer neglects the need of a child theme?
- Customizer: get_preview_url() inside customize_save_after hook
- add shortcode support in customizer
- Customize Option Framework
- Can’t change theme name
- Default customizer colors aren’t displayed outside of the preview
- What is difference between add_theme_support and Theme Customization API?
- Text View (Code View) in WordPress Customizer TinyMCE Editor
- How to fix an issue with customizer live preview?
- WordPress Customizer Help with FontAwesome Icon
- WordPress Customization API overwrite LESS variable
- Customizer API way function is_customize_preview() works only in main page?
- WordPress 3.5 + Foundation 5 not working on IE9
- trying to figure out how to use more that one image upload in the same section in theme customizer
- How customizable is a self-hosted WordPress blog compared to a Blogger blog?
- How to add custom css file in theme?
- CSS not updating in browser when I change it
- Do I actually need to link my theme’s style.css in the theme files
- How to remove the Theme Customization Button from the dashboard and themes options page?
- What are the ADVANTAGES of ORIGINAL wordpress template structure?
- Change admin bar to default:off
- How to change admin bar color scheme in MP6 / WP 3.8 front end?
- Template for individual post designs
- When to use esc_url, esc_html, esc_attr, and friends?
- Suggestions for creative use of post format feature, or themes that use them well
- Add class to before_widget for all widgets with a dropdown and a counter
- Add a preview to a WordPress Control Panel
- use add_action(‘wp_head’) in a widget for generating dynamic CSS styles
- Front End Post Submit Form
- Change loop order via form or link (jquery, not URL)
- CSS in child theme not overriding the parent theme [closed]
- How to add (css) classes to only one wp_nav_menu()?
- Adding dashicon fonts to the admin of pre 3.8 installs
- How to keep theme layout the same when admin gray bar is present?
- When developing a distributable Theme, does it HAVE to be “inheritable”?
- Writing Clean WooCommerce Styles
- De-registering parent style sheet css recommended?
- Theme Customizer – Choose where widget area appears, to let users organise widgets
- WordPress default theme css units
- How i can get widgets areas working in customizer?
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- current-menu-item class not working
- What will happen to the additional CSS when the theme is updated?
- enqueue_style is not working
- Displaying theme options in css
- which is the best way to customize nav-menu-template.php?
- Where should I update_options in a theme?
- Add more then one site logo – custom-logo theme support
- Is it possible to edit the styling of the admin panel from within a custom theme?
- What are the Entry classes for?
- Using an if statement in the theme customizer page
- How to edit my theme for full width?
- Customizer: active_callback and sanitize_callback incompatibility?
- Can I add multiple arrays within add_theme_support( ‘colors’ )?
- How remove render blocking css from wordpress when you build a theme?
- Move default page templates to sub directory
- Following Web Performance Optimization techniques to output static and dynamic css
- Displaying icon image for WordPress post formats, is there a cleaner way to do this?
- Internal Stylesheet in WordPress Theme development
- How to have content scroll over background
- theme-independent CSS/JS files
- Adding a new setting using Kirki or WP customizer with an if statement
- Some doubts about WordPress handle the horizontal main menu visualization
- Update Specific Key Value in Complex `wp_options` object
- How to use multiple check-box values to work in a function and insert values in database
- How to set a custom URL for the iframe in the customize page
- How to create a robust and logic class naming system in WordPress theme developing?
- How to enable admin to upload multiple images to support header carousel slider theme in WordPress?
- how to change a static testimonials into dynamic
- 3 Level Menu Navigation (3rd Level not displaying)
- Is there a way to create sections under “Colors” panel in the Theme Customizer?
- HTML TO WP Theme : Submenu goes down wp_nav_menu
- Any way to permanently translate themes?
- Custom CSS no getting applied
- editor style css and page template with and without sidebar
- Support Multiple featured images
- What hook to use for loading a custom class extension during Theme initialization?
- Custom link color or stylesheets
- How to highlight current menu bar base on the URL?
- How can i move my product name & price from below thumbnail to be the rollover content in Avada & Woocommerce?
- How to set up a development/staging site to make major changes to the theme then update on the live site?
- My theme is full of error messages in the “Customize” screen, but nowhere else