File: /home/h3b738e84d/public_html/backup_2026/wp-content/themes/news-portal/assets/js/customizer.js
/**
* File customizer.js.
*
* Theme Customizer enhancements for a better user experience.
*
* Contains handlers to make Theme Customizer preview reload changes asynchronously.
*/
( function( $ ) {
// Header text color.
wp.customize( 'news_portal_site_title_color', function( value ) {
value.bind( function( to ) {
$( '.site-title a, .site-description' ).css( {
'color': to
} );
} );
} );
} )( jQuery );