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?
- WordPress 6.4.2 – can’t load editor style css using ‘after_setup_theme’ or ‘admin_init’ actions
- Can I add multiple arrays within add_theme_support( ‘colors’ )?
- How remove render blocking css from wordpress when you build a theme?
- Why doesn’t my css work when I check my theme on mobile devices? [closed]
- Move default page templates to sub directory
- WordPress Unite Theme: Footer isn’t sticking [closed]
- Following Web Performance Optimization techniques to output static and dynamic css
- Using WordPress’ Theme Customizer to select page templates that update layout in the preview
- Dynamically generated wordpress customizer options?
- Is accessing theme and using customizer GPL distribution?
- How to get javascript slider to work! [closed]
- Changing a slider to a grid [closed]
- Custom Navigation build using wp_nav_menu and walker
- The ‘default’ attribute from $wp_customize->add_setting() method not in db?
- Override customizer values on a per-menu base
- Using My Own Classes On Wp Unit Tests
- How to modify default controls in WordPress theme customizer
- How to enqueue javascript for WP Customize options sidebar?
- Theme Customizer not loading JS for live preview
- How can I add custom text styles to the visual text editor?
- Displaying icon image for WordPress post formats, is there a cleaner way to do this?
- Custom Blocks as part of a theme
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Customize how a WordPress theme looks like in the Theme Selector
- Internal Stylesheet in WordPress Theme development
- WooCommerce: multiple input field for multiple product variations
- Combining CSS files into a single cached one
- Redirect to another page using contact form 7? [closed]
- How to i style the elements from the TinyMCE
- Integrate WooCommerce theme with a WordPress theme [closed]
- Widget Option is Missing
- How do you use WordPress for a website that’s not in a blog format?
- Using page-id-{ID} from body_class() in local dev, versus live staging
- Change WordPress header color using customizer
- How to change footer or for different kinds of users in wordpress?
- Child Theme header1.php file not overwriting parent theme’s header1.php file
- How do I remove inline style in featured image markup?
- different way to achive stylesheet_url
- How do I use a color from theme options?
- Custom image size vs CSS sizing
- How to have content scroll over background
- WordPress Template Part in iFrame
- Is there any way to register custom background images like header images?
- Why is my CSS not loading?
- Replace site title with logo when logo is uploaded in customizer using
- How to rotate every letter in a title
- Ideal inline dynamic CSS injection
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- Why in the static pages of my theme are showing these information?
- Broken theme, template is missing
- Theme Customizer not displaying saved values in wp_head (CSS)
- JQuery undefined and Stylesheet loads in bottom along with js files
- Having issue with WordPress wp_enqueue_style
- How to make theme configurable
- Extending Twenty Eleven Theme
- Can I make a Customizer dropdown-pages list include private pages?
- How to allow certain PHP functions when using sanitize_callback in the word press customizer
- How do I use wp_nav_menu?
- How can I wrap all blog posts image with
- theme style is applied on the dhasboard rather than the website
- Customizer Color Control Not Working
- where is real values of variables?
- White screen when attaching css to function.php
- Assign custom classes to the divs inside the loop
- SVG in list-style-image breaks when adding fill
- How to allow users to create their own website within my domain? [closed]
- WordPress theme resource won’t load over VPN