I am having trouble finding where to change the image that is being used as a header image for all my pages on a shopify store. How can I locate and change this image?
Topic summary
A user is trying to locate and change the header background image on their Shopify store but cannot find it in the theme settings.
Suggested Solutions:
- Navigate to Online Store → Theme → Customize and look for the relevant section in the visual editor
- Access the code editor via Online Store → Themes → Edit code, then modify the
frame.scss.liquidfile around line 2006 where the image URL is specified - Search for
.breadcrumbor “Breadcrumbs and Tag Sorting Module” markup in the code
Current Status:
- The user attempted to locate the image in the code files but was unsuccessful initially
- They believe they may have found the correct location but are experiencing implementation issues
- The discussion remains ongoing with the user still seeking guidance to successfully change the image
You can try to find it by following the steps below:
Step 1: Go to Online Store->Theme->Customize.
Step 2: Find the section on the contact page that needs to be modified, You can most likely find it in the editor.
If you will unable to find it then I’m happy to do this for you, let me know.
I can hlep you change it so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Hi @msrwalsh
You can find and change it from Online Store > Themes > Edit code > open frame.scss.liquid file, go to line 2006, change the image URL
You can try to find this only
.breadcrumb
Or this
Module | Breadcrumbs and Tag Sorting



