How can I set my header and footer as the background image?

Hello,

How can I make my header and footer the background image? I do not like the black boxes. See picture below. Please help.

You can try this:
Go to Themes>Edit Code>theme.liquid>Add this code


{% if template == 'index' %}
 

 
{% endif %}

I hope that is helpful!
@biznazz101

It did not work. Any other suggestions?