try{$(function(){ $(window).scroll(function(){ if( $(window).scrollTop() > $('.widget_class_home_slideshow').first().outerHeight()) { $('.hdl-header-wrap').css({background: 'rgba(0,0,0,0.8)'}); } else { $('.hdl-header-wrap').css({background: ''}); } }); });}catch(e){}