Hello! Can someone please help me change the background image for the sticky header in Horizon?
Hey @brandonholliday
Welcome to the community! Can you attach a screenshot so that I can know exactly what you’re referring to? Also share your store URL and front-end password (if it is enabled).
Best,
Moeed
In the sticky header horizon theme, you cannot remove the image by default. Maybe you added a custom section which leads you to change the images in the sticky header. Or if you can share the store url then this would be great to understand the requirements and provide you the solution then.
Hello! Here is a screenshot. I am trying to change the background of the sticky header only. Link to store here! Password: supersuite
Are you talking about changing the header background color? If yes, then:
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above
</body>tag
<style>
.header__underlay {
background: white !important;
}
</style>
RESULT:
Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.
Best,
Moeed
No, I want to replace it with an image. This one https://cdn.shopify.com/s/files/1/0830/4603/9794/files/Ocean_a4c69b48-cee2-4418-be14-f73043581eb0.png?v=1778794011
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
Hey @brandonholliday I saw this theme and it’s working.
Thank You!
I checked your store URL. The background image is already added to the header.
Just change the text color from black to white so it will be clearly visible.
Also, you can use any other background image that matches well with your logo.
Thanks




