# Allow users to select new color palettes

**URL:** https://meta.discourse.org/t/allow-users-to-select-new-color-palettes/60857
**Category:** Site Management
**Tags:** how-to, users
**Created:** [4월 12, 2017, 5:15오후 UTC](https://meta.discourse.org/t/allow-users-to-select-new-color-palettes/60857 "2017-04-12T17:15:19Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [4월 13, 2017, 9:29오후 UTC](https://meta.discourse.org/t/allow-users-to-select-new-color-palettes/60857/7 "2017-04-13T21:29:42Z")

</div>

> [@Updated December 2018](#):
>
> This method no longer works. Instead, use this theme component: [https://meta.discourse.org/t/alternative-logo-for-dark-themes/88502](https://meta.discourse.org/t/alternative-logo-for-dark-themes/88502)

This is actually pretty simple:

> **old method**
>
> ```plaintext
> .logo-big {
> display: block;
> -moz-box-sizing: border-box;
> box-sizing: border-box;
> background: url(awesome-dark-logo.png) no-repeat;
> width: 150px; 
> height: 40px; 
> padding-left: 150px; 
> background-size: 150px 40px;
> }
> 
> ```
> 
> You basically evict the existing image out of the IMG tag

---

_[View the full topic](https://meta.discourse.org/t/allow-users-to-select-new-color-palettes/60857)._
