KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

How to change the font size and color? #1159

Open Sean opened this topic on on Nov 15, 2019 - 1 comments

Sean commented on Nov 15, 2019

Is there a way to change the title font size and the color of the font to make my project look cleaner?

Thanks, Sean

KoolReport commented on Nov 18, 2019

Use can use css in the view like following

<style>
h1
{
    font-size: 32px;
    color:#333;
}

body
{
    font-size: 12px;
    color:#333;
}
</style>

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None