Edit file File name : customizer-preview.js Content :/** * This file adds some LIVE to the Customizer live preview. To leverage * this, set your custom settings to 'postMessage' and then add your handling * here. Your javascript should grab settings from customizer controls, and * then make any necessary changes to the page using jQuery. * * @package Astra Builder * @since x.x.x */ ( function( $ ) { astra_builder_divider_css( 'header', AstraBuilderDividerData.component_limit ); } )( jQuery ); Save