ESX Menu color

Could sombody tell me where is the css located for the esx menu style? I would like to change the colors. Default one (white) is too bright for me. Is it even possible?

In css file of each menu, change the colors there.

esx_menu_dialog/html/css/app.css
esx_menu_default/html/css/app.css
esx_menu_list/html/css/app.css

2 Likes

I want to change the text as well, but it doesn’t seem to work, neither does the background color.

@font-face {
  font-family: SignPainter-HouseScript;
  src: url('../fonts/SignPainter-HouseScript.ttf');
}

@font-face {
  font-family: SignPainter-HouseScript;
  src: url('../fonts/SignPainter-HouseScript.ttf');
}

Here is my code at the top of all of the app.css’s, I do have the font.tff in the fonts folder.

Add the new font file to your __resources.lua file.

Thanks, and how do you make the text bigger? I can’t find it anywhere

1 Like

Use basic css? font-size: 50px;

1 Like

Where to find this?

2 Likes

CSS Is just a programming language for amy thing that requires a GUI and those menu’s work with CSS so just add the code that this guy wrote above

2 Likes