How to make all page headers transparent

How can I make all my page headers transparent on my website so that way the image banners on each page fill the page headers?

Currently my header.liquid file code is

{% if template.name == ‘index’ %}

.header-wrapper { position: absolute; width: 100%; background: transparent; color: white; } This code makes the header transparent for my homepage ONLY at the moment. Is there a way to edit this code to achieve what I've mentioned above? Theme: Origin URL: billon.maison

Hi @MaisonBillonDon ,

In your code, there should be an if statement along with a corresponding endif further down, which you might have missed capturing.

If you remove this condition, the code will be applied to all pages. Please check again and ensure the correct implementation.

Hope this can help!

Best,

Daisy