Hi @ramsey1971
To change the background of the logo when scrolling, you can modify the CSS snippet above
.not-at-top .navbar-brand {
background: transparent;
}
to the background color you prefer.
Changing the logo when scrolling will require editing multiple files.
Hope this helps you!