How to increase kapchat font size

Hi, I can’t seem to find an option to change the font size, I’ve looked on these forums and people have said they’ve fixed the issue, but they haven’t said why.
I’ve tried looking at the css panel option when setting up kapchat, but there isn’t a line referring to font size.
Help would be highly appreciated.

The CSS property for changing text size is font-size.

To learn more, check out Mozilla’s CSS documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size

Hi, I still don’t get how to do it, could you give me an example of the css I need to paste to make text 18pt for example?

#chat_box .chat_line {
    font-size: 18px;
}

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.