Tagged: transparent header
Is it possible to alter the amount of scroll necessary to fade out the transparent header? I am using a Full Screen Slider and would like to maintain the transparent header until I scroll to the bottom of the slider. If that is not possible then perhaps just for a longer distance.
Thanks.
Hi emkarp!
Open up wp-content/themes/enfold/js/avia.js and search for this line:
if(st > 50)
Replace 50 (px) with a higher value – i.e. 100 or 200.
Best regards,
Peter
Perfect, I knew it would be easy, just wasn’t certain where to find the code line. Thanks.