djcyry
(Cosmin)
2017 年 9 月 24 日午後 8:22
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)
2017 年 9 月 24 日午後 10:34
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
djcyry
(Cosmin)
2017 年 9 月 24 日午後 10:36
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)
2017 年 9 月 24 日午後 10:37
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
djcyry
(Cosmin)
2017 年 9 月 24 日午後 10:38
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)
2017 年 9 月 25 日午後 12:07
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
sam
(Sam Saffron)
2017 年 9 月 26 日午前 7:11
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
n-b-sonar
(Nicolas)
2018 年 12 月 6 日午前 10:14
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)
2018 年 12 月 6 日午前 10:21
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
Hi, is this plugin still available?
Is there currently a solution for this? The link is not available anymore @david .
david
(David Taylor)
2022 年 3 月 29 日午後 2:38
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
david
(David Taylor)
このトピックを分割しました:
2022 年 3 月 30 日午前 8:28
13
david
(David Taylor)
クローズされました:
2022 年 4 月 29 日午前 8:28
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.