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 Mi Piace
Heliosurge
(Dan DeMontmorency)
8 Marzo 2023, 9:35pm
2
Not sure on the toggle.
This theme-component might do what your looking for.
1 Mi Piace
You could create a theme component with CSS for .login-button
or sign-up-button
.
2 Mi Piace
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 Mi Piace
Heliosurge
(Dan DeMontmorency)
9 Marzo 2023, 4:21pm
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 Mi Piace