Hide footer with css when slide is active

Cool, good call! Thanks Paul.
I’ve update my code so:

$('footer').find('#select').css("display", "none");

becomes

$('#select').css("display", "block");

Still works good, thanks again, was a long night :grin: ha.

Barry