Update header on scroll

jQuery(function($){

  // Update header on scroll
	function updateHeader() {
		var offset = 100;
		if( $(document).scrollTop() > offset ) {
			$('.site-header').removeClass('large');
		} else {
			$('.site-header').addClass('large');
		}
	}
	updateHeader();
	$(window).scroll(function(){
		updateHeader();
	});
  
});

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk