# Hoe kan ik de kleur van de header-iconen wijzigen met de hamburgerknop

**URL:** https://meta.discourse.org/t/how-can-i-change-header-icons-color-with-hamburger-button/301343
**Category:** Development
**Tags:** css
**Created:** [28 maart 2024 om 14:04 UTC](https://meta.discourse.org/t/how-can-i-change-header-icons-color-with-hamburger-button/301343 "2024-03-28T14:04:12Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [28 maart 2024 om 14:21 UTC](https://meta.discourse.org/t/how-can-i-change-header-icons-color-with-hamburger-button/301343/2 "2024-03-28T14:21:41Z")

</div>

changing header icon colors:

> [@How to Change Header Icon Color?](https://meta.discourse.org/t/how-to-change-header-icon-color/106098/21):
>
> For the header icons on the right side, in common-css of a theme or theme component: .d-header .d-header-icons .d-icon { color: \<header icons color\> !important; &:hover { color: \<header icons hover color\> !important; } } For the hamburger icon in side bar menu mode: .d-header .header-sidebar-toggle button .d-icon { color: \<hamburger icon color\> !important; &:hover { color: \<hamburger icon hover color\> !important; } } \<header icons color\>, \<hamburger …

rounding theme component - may suit your needs or at least give you ideas in the code on how to do it:

> [@Rounded Borders for images, oneboxes, blockquotes & more](https://meta.discourse.org/t/rounded-borders-for-images-oneboxes-blockquotes-more/232044):
>
> Created a very simple component to change the borders of images, oneboxes, blockquotes and staff notices shown in topics. Allows change of the following settings set image rounding intensity set image border width set image border color set onebox rounding intensity change onebox border width change onebox border color change onebox background color set rounding blockquotes intensity remove left border from blockquotes set ‘staff color’ rounding intensity [topic thumbnail](https://meta.discourse.org/t/topic-list-thumbnails-theme-component/150602) support for: list ro…

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-change-header-icons-color-with-hamburger-button/301343)._
