Page 1 of 1

Change the font type of the keyhelp panel

Posted: Sun 28. Apr 2024, 15:47
by antonioprog
I'm having trouble changing the font of the keyhelp panel, could anyone help me?

Re: Change the font type of the keyhelp panel

Posted: Thu 9. May 2024, 05:42
by samsonwilliams
The KeyHelp administrator manual (https://changelog.keyhelp.de/) mentions functionalities like theme changes and white labeling, but not font modifications.

Re: Change the font type of the keyhelp panel  [SOLVED]

Posted: Mon 13. May 2024, 09:03
by Alexander
Hello,

You can overwrite all styles of the KeyHelp panel.
Just go to 'Configuration' -> 'White Label' -> Edit 'All languages' -> Add the following into the 'Additional CSS' input field:

Code: Select all

body 
{
  font-family: verdana;
}
Replace 'verdana' with a font type of your choice, or define other font related styles there.


@samsonwilliams
I have updated your URL as the page you linked to is unofficial and we are not responsible for the content of the page you linked to.