Hi, I would like to know if it is possible to hide the logo when scrolling down, although the quality of the logo is pretty much retained when scrolling down and using chrome, but IE seems to have problem and reduces the quality to a point that I prefer to hide the logo when scrolling down.
It would be very appreciated if you could also tell me whether or not it is possible to hide it on specific browsers.
Thank You. http://www.thamescad.co.uk/
Hey mohammad-psm!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header-scrolled div .logo {
display: none;
}
Best regards,
Yigit
Thank you Yigit, works perfectly.