Hello All,
I would like to find out how to add an image across he entire size of the navigation bar/header on this site.
Currently, there are background images on them, but they need to be split up (one for header, one for nav bar)
This in turn means that responsiveness to other devices do not align correctly and it would be impossible to create one fluid image to go there.
Would anyone know what code I would need to add an image in the background in the highlighted area as seen on this inspect tool?
I have tried updating the code on Theme.Liquid with this, but unfortunately it did not work.
<style>
div#shopify-section-header .shopify-section .shopify-section__header {
background: url("https://cdn.shopify.com/s/files/1/1779/2423/files/Santa_Belt_Subscribe.webp?v=1698940905");
}
</style>
Would anyone be able to implement the code correctly to get this to work?
The website can be found here:
I appreciate any help!
