add_filter( 'advanced-ads-pro-background-selector', 'my_custom_background_selector' ); function my_custom_background_selector(){ return '.site-container'; //replace '.main-container' with the class or id used in your theme }
Advertisement