@tuanphan you're a damn star, I'm always lurking on this forum and you're generally always the one that already has the answers to all my questions!
I've inserted the following code on header, tried footer also but neither worked:
<script>
$(window).scroll(function(){
var scroll = $(window).scrollTop();
if(scroll > 50){
$('.Header').addClass('scrollNav');
}
else{
$('.Header').removeClass('scrollNav');
}
});
</script>
<script>
$(".scrollNav img").attr("src", "https://static1.squarespace.com/static/5edb818c253cf824ff6e4ba8/t/5eef3ffb404c9c25fb6cb6c2/1592737787893/favicon-grey.png")</script>
Could you help? Website link is www.gabrielasilveira.squarespace.com and password is hello. Thank you!