# Transparent header

**URL:** https://meta.discourse.org/t/transparent-header/52366
**Category:** Support
**Created:** [November 2, 2016, 11:08am UTC](https://meta.discourse.org/t/transparent-header/52366 "2016-11-02T11:08:48Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![gabis](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@gabis](https://meta.discourse.org/u/gabis)
#### Post date: [November 2, 2016, 11:08am UTC](https://meta.discourse.org/t/transparent-header/52366/1 "2016-11-02T11:08:48Z")

</div>

Hi guys,

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

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

Thanks in advance for your help!

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [November 3, 2016, 2:38pm UTC](https://meta.discourse.org/t/transparent-header/52366/2 "2016-11-03T14:38:59Z")

</div>

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

```plaintext
.d-header {
    background: none;
    box-shadow: none;
}

```

---

<div class="post-metadata">

### Author: ![gabis](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@gabis](https://meta.discourse.org/u/gabis)
#### Post date: [November 4, 2016, 7:01am UTC](https://meta.discourse.org/t/transparent-header/52366/3 "2016-11-04T07:01:00Z")

</div>

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

😚

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 25, 2019, 1:43am UTC](https://meta.discourse.org/t/transparent-header/52366/4 "2019-03-25T01:43:53Z")

</div>



---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [March 25, 2019, 1:47am UTC](https://meta.discourse.org/t/transparent-header/52366/5 "2019-03-25T01:47:04Z")

</div>


