Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

Hide "whats-new-options" block when activity page is loading

$
0
0

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>


Viewing all articles
Browse latest Browse all 12639

Trending Articles