# 💬general-chat
Zoxsis
Zoxsis·3 replies

How can I change the font size? I have custom css in use.

Himanshu
Himanshu15/05/2025 12:37

Hi @Zoxsis,

You can change the font size by overriding it in your custom CSS using the .ygpt-chatbot class. Just add:

.ygpt-chatbot.ygpt-chatbot {
  font-size: 16px; /* or any size you prefer */
}

Here is the documentation that you can follow for further customisation: https://docs.yourgpt.ai/chatbot/customization/sdk/styling

Zoxsis
Zoxsis15/05/2025 13:21

Thanks. That didn't change the message font size not at least in the separate bot widget page (https://widget.yourgpt.ai/1db2c14b-2363-439c-93c0-4f6c3779acab)

Himanshu
Himanshu16/05/2025 06:43

Let me share this with our development team and get back to you shortly.

standard1