How can I edit the header when scrolling?

Hello! I want to edit the logo when scrolling down because it’s too small. I found the code to edit:

.has-scrolled .logo__image-link {
    width: 71
px
;
    height: 40
px
;
}

But when I try to search for it on the theme.css, I can’t find it. I want to have 151 width and 5000 height. How can I edit this? Site URL: https://4pqx986blkce0xc6-57869762725.shopifypreview.com

1 Like

@rafaelgnunes

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.has-scrolled .logo__image-link { width: 150px !important; height: 100px !important; }

@KetanKumar Thanks, it works perfectly!

1 Like

@rafaelgnunes

its my pleasure to help us