set font of table headline

Hi,

hope you can help me. I want to change the font-size of my table-headline. How can i do this with css or a method in my code?

Thanks for your support :slight_smile:

CSS something like this:

The identifier can be found out with Chrome’s inspector or Firefox’s Firebug etc. Then you just check what rules it has and change those. Note that changing some of the css might force you to change some other things. For example if the font doesn’t fit, then you might have to change the height and paddings, and that might lead to having to change the background image.