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