Changing background image Product Page (Star Theme)

Hi!

I have a problem with my website. I’ve been trying to edit the background of the header of my website. I’ve got it working with my custom pages, but I can’t seem to get it working with my product pages. Can anyone help me out?

I have been looking into the code, but I am too inexperienced to figure it out.

The website URL is: https://grippy-sports.myshopify.com/

Thanks in advance!

Matthijs

Hi @Grippy-Sports ,

You can add any background image in your product page with updating just bit of css code:

.template-product .header-container {
    background-image: url('IMANGE_URL_HERE');
}

Let me know if it’s helpful
Have a great day.