Shopify themes, liquid, logos, and UX
Hi,
I try to add an image on my header section, I succeed doing it on other sections of the page but doesn't word on the header one.
My website is : https://222a7a-2.myshopify.com/
I already tried this solution I rode on another post :
The problem is I do not have a base.css file, I created one but didn't changed anything.
Thank you by advance for your kind help !
sticky-header.header-wrapper.color-inverse.gradient.header-wrapper--border-bottom {
background-image: url('https://cdn.shopify.com/s/files/1/0790/8592/8794/files/Capture_d_ecran_2023-12-30_a_16.10.37.png?v=1...') !important;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
Solved! Go to the solution
This is an accepted solution.
Hi, You have a file section-header.css
- open the file and find this '.header-container' and replace the background: property with
background-image: url('https://cdn.shopify.com/s/files/1/0790/8592/8794/files/Capture_d_ecran_2023-12-30_a_16.10.37.png?v=1703949379');
//it will look like this
.header-container {
border-bottom: 1px solid var(--color-borders-header);
background-image: URL('https://cdn.shopify.com/s/files/1/0790/8592/8794/files/Capture_d_ecran_2023-12-30_a_16.10.37.png?v=1703949379');
position: relative;
font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
font-weight: var(--font-weight-menu);
}
This is an accepted solution.
Hi, You have a file section-header.css
- open the file and find this '.header-container' and replace the background: property with
background-image: url('https://cdn.shopify.com/s/files/1/0790/8592/8794/files/Capture_d_ecran_2023-12-30_a_16.10.37.png?v=1703949379');
//it will look like this
.header-container {
border-bottom: 1px solid var(--color-borders-header);
background-image: URL('https://cdn.shopify.com/s/files/1/0790/8592/8794/files/Capture_d_ecran_2023-12-30_a_16.10.37.png?v=1703949379');
position: relative;
font-size: calc(16px / 16 * var(--base-menu-size) + 0px);
font-weight: var(--font-weight-menu);
}
Thank you so much you are my hero !
Have a nice day
You are welcome 🙂
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024