Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // if( $( document ).scrollTop() > 0 ){
- // $( '.site-header' ).addClass( 'dark' );
- // }
- // Add opacity class to site header
- // $( document ).on('scroll', function(){
- // if ( $( document ).scrollTop() > 0 ){
- // $( '.site-header' ).addClass( 'dark' );
- // } else {
- // $( '.site-header' ).removeClass( 'dark' );
- // }
- // });
Advertisement
Add Comment
Please, Sign In to add comment