Disable the Elementor integration in SEOPress on child sites.
Snippet Type
Execute on Child Sites
Snippet
remove_action('elementor/editor/footer', 'seopress_elementor_tabs_seo_start', 0);
remove_action('elementor/editor/footer', 'seopress_elementor_tabs_seo_end', 999);