Home Forums Exoplanet Pro Single background image for whole page including header? Reply To: Single background image for whole page including header?

#5079
Andy
Keymaster

Ahh yes I see what you mean now.
I initially assumed it was the homepage image that you wanted to show through, but I can now see it is the body background image that you need to show through the site header.

To make this so, add this code to Additional CSS:

.main-header{
    background: transparent;
}