djcyry
(Cosmin)
24 سبتمبر 2017، 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)
24 سبتمبر 2017، 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)
24 سبتمبر 2017، 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)
24 سبتمبر 2017، 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)
24 سبتمبر 2017، 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)
25 سبتمبر 2017، 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)
26 سبتمبر 2017، 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 إعجابات
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)
6 ديسمبر 2018، 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)
29 مارس 2022، 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)
قسَّم هذا الموضوع في
30 مارس 2022، 8:28ص
13
david
(David Taylor)
تم إغلاقه في
29 أبريل 2022، 8:28ص
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.