How can I extend my banner image to include the header in the Spotlight theme?

Hello all you wonderful people.

I’ve been looking for a way to expand my image banner to also include the header for my page. I haven’t found a solution to do this on the Spotlight theme. I’d be so grateful for your help on this! What I’m looking for is for the image at the top of the page to be in the header as well. Thanks!

Page url is: https://kokaio.se/
Theme: Spotlight

The info I’ve gathered so far in a thread from some time ago is to include the segment added in the imgur below but it still doesn’t work unfortunately. Anyone have an idea?

https://imgur.com/ri9O22C

@kokaio

Please add the following code to your layout/theme.liquid before of the file.

{% if template.name == "index" %}
   
{% endif %}

Thanks!

3 Likes

Thank you so much, worked exactly how I wanted it to!

How do I add this to all of my pages? It worked for my home page but I need it on all pages. Thanks!