Icon Stack Remove White Header and Body Background

Using Icon stack, I added a fullscreen image as the background, but the header and body still have a white background but behind that is my background image, how to I remove those white backgrounds and all other white backgrounds I may encounter?

Hi There,

Could you please provide us with your website URL so we can take a closer look?

Thanks.

I’m trying to make the header background, page section background transparent, right now, they are black and the same image as the background image but it is NOT the background image. I would like to find a way to make all sections transparent so the background image comes through. Using Icon Stack.

Hello There,

Thanks for updating in! Upon inspection, it appears that you added a custom css. Please remove this custom css block:

.x-navbar {
background-color:#000000;
}
.x-colophon.top {
background-color:#000000
;
}
.x-colophon.bottom {
background-color:#000000;
}
.x-logobar {
background-color: #000000;
}
.x-root{ background-color: #000000;}

You can change it to transparent instead.

Please let us know how it goes.

Yeah I added that because I couldn’t change it to transparent, how do I change it to transparent? That was my question???

Hi There,

use the same code as before but use the word transparent instead of #000000;

Hope it helps