# Achtergrondkleur van de merkheader wijzigen

**URL:** https://meta.discourse.org/t/change-background-colour-of-brand-header/312667
**Category:** Development
**Tags:** css, brand-header
**Created:** [28 september 2020 om 09:11 UTC](https://meta.discourse.org/t/change-background-colour-of-brand-header/312667 "2020-09-28T09:11:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![salmanfarisvp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/salmanfarisvp/32/173510_2.png) [@salmanfarisvp](https://meta.discourse.org/u/salmanfarisvp)
#### Post date: [28 september 2020 om 09:11 UTC](https://meta.discourse.org/t/change-background-colour-of-brand-header/312667/1 "2020-09-28T09:11:37Z")

</div>

How to change the background colour default blue to other?

---

<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: [1 oktober 2020 om 21:08 UTC](https://meta.discourse.org/t/change-background-colour-of-brand-header/312667/2 "2020-10-01T21:08:46Z")

</div>

@salmanfarisvp by default, it’s using the “`tertiary`” color from the palette. If you like to set a custom color then use the below CSS code.

```css
header.b-header {
  background-color: #ED207B;
}

```

---

<div class="post-metadata">

### Author: ![salmanfarisvp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/salmanfarisvp/32/173510_2.png) [@salmanfarisvp](https://meta.discourse.org/u/salmanfarisvp)
#### Post date: [3 oktober 2020 om 17:55 UTC](https://meta.discourse.org/t/change-background-colour-of-brand-header/312667/3 "2020-10-03T17:55:21Z")

</div>

> [@vinothkannans](#):
>
> @salmanfarisvp by default, it’s using the “ `tertiary` ” color from the palette. If you like to set a custom color then use the below CSS code.

Thank You @vinothkannans🙃

---

<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: [18 juni 2024 om 23:50 UTC](https://meta.discourse.org/t/change-background-colour-of-brand-header/312667/4 "2024-06-18T23:50:37Z")

</div>

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