Hello @Ositive ,
you can add this script code to your themes custom js file.
if you still not able to find anything simple put with code in your theme header.php
<script>
jQuery( window ).on( 'load', function() {
jQuery( '#whats-new-options' ).css({ 'opacity': '1' });
} );
</script>