Hello @magikweb,
Thanks for writing to us.
Regretfully, there is no option for that, but you may add this code to the active child theme’s functions.php file.
add_action('admin_head', function() {
echo '<style>.tco-notice.notice.is-dismissible { display: none !important; }</style>';
});
Please note that the code provided above is intended as a guide to help you get started. Implementing and maintaining this code is outside the scope of our support services. For ongoing maintenance and compatibility with future versions of the theme—which may affect your customizations—you will need to hire a developer or consider subscribing to One, where you can receive assistance with customizations.
Thanks for understanding