Change header background color on scroll

To change header background color on scroll, you can use this code to Custom CSS box

header#header.shrink {
  .header-background-solid, & {
  background-color: #f1f !important;
}
}