Transparent header

Hi guys,

I would need some help with setting the header into transparent, like f.ex. here: http://community.gemsofwar.com/

What do I have to put into CSS to do so?

Thanks in advance for your help!

In gemsofwar I think they just using the below CSS to remove default background

.d-header {
    background: none;
    box-shadow: none;
}
5 Likes

Thank you so much, that’s all I needed!

:kissing_closed_eyes:

1 Like