djcyry
(Cosmin)
Setembro 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)
Setembro 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 curtidas
djcyry
(Cosmin)
Setembro 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)
Setembro 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 curtida
djcyry
(Cosmin)
Setembro 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)
Setembro 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 curtida
sam
(Sam Saffron)
Setembro 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 curtidas
n-b-sonar
(Nicolas)
Dezembro 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)
Dezembro 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 curtidas
Hi, is this plugin still available?
Is there currently a solution for this? The link is not available anymore @david .
david
(David Taylor)
Março 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 curtidas
david
(David Taylor)
Dividiu este tĂłpico
Março 30, 2022, 8:28am
13
david
(David Taylor)
Fechado
Abril 29, 2022, 8:28am
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.