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!
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;
}
Thank you so much, that’s all I needed!