I don’t see an option to change the text or background color for the log in/sign up buttons, is there a way to do this?
(using dark/light toggle GitHub - discourse/discourse-color-scheme-toggle: Color Scheme Toggler to switch between Dark / Light schemes set by the user's preferences )
إعجاب واحد (1)
Heliosurge
(Dan DeMontmorency)
8 مارس 2023، 9:35م
2
Not sure on the toggle.
This theme-component might do what your looking for.
إعجاب واحد (1)
You could create a theme component with CSS for .login-button
or sign-up-button
.
إعجابَين (2)
Thanks for the info, does that just apply to the login landing page after you click the button, or the on screen buttons themselves, see for reference:
Trying to change the either blue background colour here (don’t see this in settings) or the font color.
إعجاب واحد (1)
Heliosurge
(Dan DeMontmorency)
9 مارس 2023، 4:21م
5
Tbh @Jonathan5 imho has the better solution idea by targetting the element directly.
If the trendy login supports markdown and you have bbcode or bbcode color plugin installed you might be able to use
[color=black][bgcolor=blue]Login[/bgcolor][/color]
That should make Text black and background blue.
إعجاب واحد (1)