# Transparent background image & header

**URL:** https://meta.discourse.org/t/transparent-background-image-header/157091
**Category:** Support
**Created:** [July 7, 2020, 11:14pm UTC](https://meta.discourse.org/t/transparent-background-image-header/157091 "2020-07-07T23:14:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![PaulinaMX](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paulinamx/32/210473_2.png) [@PaulinaMX](https://meta.discourse.org/u/PaulinaMX)
#### Post date: [July 7, 2020, 11:14pm UTC](https://meta.discourse.org/t/transparent-background-image-header/157091/1 "2020-07-07T23:14:05Z")

</div>

I would like to add these 2 objects to my forum:

1.- The transparent background image.

2.- Black color in header.

 ![Background & header](https://global.discourse-cdn.com/meta/original/3X/3/8/3865b938268b7d2f69be7f06a00fff26014a9912.jpeg)

This is the forum where I looked.

[https://www.helloforos.com/c/inmigracion](https://www.helloforos.com/c/inmigracion)

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [July 7, 2020, 11:42pm UTC](https://meta.discourse.org/t/transparent-background-image-header/157091/2 "2020-07-07T23:42:34Z")

</div>

The corresponding CSS is:

```css
#main-outlet {
    background-color: rgba(255,255,255,0.7) !important;
}
.topic-list th {
    background-color: #000;
    color: #fff;
}

```

Also, happy birthday.

---

<div class="post-metadata">

### Author: ![PaulinaMX](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paulinamx/32/210473_2.png) [@PaulinaMX](https://meta.discourse.org/u/PaulinaMX)
#### Post date: [July 7, 2020, 11:54pm UTC](https://meta.discourse.org/t/transparent-background-image-header/157091/3 "2020-07-07T23:54:44Z")

</div>

Thank you very much ❤ Works perfect!

Awww thanks for your good wishes. 😘

---

<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: [August 6, 2020, 11:54pm UTC](https://meta.discourse.org/t/transparent-background-image-header/157091/4 "2020-08-06T23:54:59Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
