djcyry
(Cosmin)
September 24, 2017, 8:22pm
1
Hello ,
How can i add different logos for booth theme ?
I mean , for black theme a white logo (i have it already)
But for the light theme , a black logo ?
Black theme :
Light theme:
Also , is there any option to add a button for night/day mode in index , to change the theme ?
Thanks.
riking
(Kane York)
September 24, 2017, 10:34pm
2
Try changing the theme here - note that there’s a partial white background included in the logo. You could do the same with an off-black background.
edit: Screenshot
2 Likes
djcyry
(Cosmin)
September 24, 2017, 10:36pm
3
Ok , i will try with the photoshop (poor skills )
What about this :
Also , is there any option to add a button for night/day mode in index , to change the theme ?
cpradio
(cpradio)
September 24, 2017, 10:37pm
4
If you check the “Theme can be selected by users” checkbox in Admin > Customize, it will show up as a link in the Hamburger menu.
1 Like
djcyry
(Cosmin)
September 24, 2017, 10:38pm
5
Yes i know .
But i want to add a float button on index to do that .
Its a bad idea ? Just ask . Thanks
cpradio
(cpradio)
September 25, 2017, 12:07pm
6
That could likely be done via a customization, but it would involve JavaScript and some CSS to style the button. Not sure how hard it would be to do, but I imagine it shouldn’t be terribly difficult as the themes should be exposed via the API.
1 Like
sam
(Sam Saffron)
September 26, 2017, 7:11am
7
I covered the technique here btw:
This is actually pretty simple:
old method .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
8 Likes
n-b-sonar
(Nicolas)
December 6, 2018, 10:14am
8
Am getting reports on our instance that @sam techniques (css trick ) no longer works, and instead leads to double logo:
Is this a regression ? Any recommendation to mitigate this ?
Thanks!
david
(David Taylor)
December 6, 2018, 10:21am
9
The best method now is to use this theme component:
https://meta.discourse.org/t/alternative-logo-for-dark-themes/88502?u=david
I will update the post you linked so it doesn’t confuse people in future.
5 Likes
Hi, is this plugin still available?
Is there currently a solution for this? The link is not available anymore @david .
david
(David Taylor)
March 29, 2022, 2:38pm
12
You can now upload ‘dark mode’ versions of your logo in the site settings. Just head to the branding tab, and scroll down to ‘logo dark’ and ‘logo small dark’:
More information here:
You can now set up your Discourse site to automatically switch color schemes when the user’s device is in dark mode. For a quick preview, head over to the try.discourse.org instance and toggle your device’s dark mode on and off to see this new feature in action. (This feature not enabled on meta.)
Enabling automatic dark mode
To enable this feature on your instance, you can pick the dark mode color scheme in your site settings:
[image]
Once that setting is set, you can reload your site with …
2 Likes
david
(David Taylor)
Split this topic
March 30, 2022, 8:28am
13
david
(David Taylor)
Closed
April 29, 2022, 8:28am
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.