Hello everyone!
I need some help with changing the background of my main menu banner - I need to change it to a specific picture instead of a color, could somebody please help me out? (Picture attached)
Sincerely,
Farid
A user seeks help replacing their main menu banner background with a specific image on their Shopify store (goldenlifters.com).
Proposed Solutions:
.header class with background-image: url() propertytheme.liquid file via Theme EditorCurrent Status:
Next Steps:
The conversation involves technical customization requiring theme file editing and CSS knowledge.
Hello everyone!
I need some help with changing the background of my main menu banner - I need to change it to a specific picture instead of a color, could somebody please help me out? (Picture attached)
Sincerely,
Farid
you can use css for this let me give you an exapmle
use header section class name header with your image url here i just take a image from google
.header { background-image: url([https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Image_created_with_a_mobile_phone.png/300px-Image_created_with_a_mobile_phone.png);](https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Image_created_with_a_mobile_phone.png/300px-Image_created_with_a_mobile_phone.png);) }you can then set the background-size: contain or cover and background-position also
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best regards
Sahil
Hi @goldenlifters ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Hello Sahil!
Yes of course: https://goldenlifters.com
Sorry for late reply, had an urgency yesterday so I wasn’t online.
Appreciate your response.
Kind Regards,
Farid
Hello,
Yes here it is: https://goldenlifters.com
Sorry for late response, had to go offline urgently yesterday.
Thank you in advance!
Kind Regards,
Farid
Hello,
Thank you for proposed solution!
I have tried it but it seems like there has been no changes, do you think there are any other possible solutions we can implement?
Sincerely,
Farid
Hi @goldenlifters ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hey Oliver!
Thank you for your response,
I have followed the instructions and it seems like nothing has changed, do you think there is something else we can try?
Appreciate it.
Sincerely,
Farid
Can you share for me the link file image so I can add code to check, after that, I will give you a solution