Hi, im trying to change my header like this
with another logo on white, I do have the file btw, but with a transparent background so the image of the image banner could be part of the header background. But only in my home page
Does anyone now how should approach this?
My site is https://www.amiemx.com/
Hi @arkenciel
Sorry for late response. You can consider our suggestion.
We have checked your store and found that you are using Dawn theme. So you can follow these steps:
Step 1: Go to Admin → Themes, select Edit code.
Find the file after header.liquid and add this following code from line 469 to 504.
Step 2:
You can upload your logo image to the cloud and replace it with your url in the code above
img.src=''enter your image url here";
Here’s the result:
https://www.loom.com/share/5d88d2e3c8d84a6297d87ec60c56624e
If it worked, please mark our comment as a solution. Good luck!