Change the font type of the keyhelp panel  [SOLVED]

General discussions around KeyHelp.
Post Reply
antonioprog
Posts: 1
Joined: Sun 28. Apr 2024, 15:42

Change the font type of the keyhelp panel

Post by antonioprog »

I'm having trouble changing the font of the keyhelp panel, could anyone help me?
samsonwilliams
Posts: 1
Joined: Thu 9. May 2024, 05:39

Re: Change the font type of the keyhelp panel

Post by samsonwilliams »

The KeyHelp administrator manual (https://changelog.keyhelp.de/) mentions functionalities like theme changes and white labeling, but not font modifications.
User avatar
Alexander
Keyweb AG
Posts: 4448
Joined: Wed 20. Jan 2016, 02:23

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

Post 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.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Post Reply