aha. My fault.
Thank you very much.
For future reference to anyone else having the same problem.
If you want to change font or font color of the section title you to replace the default view with your own.
- (UIView *)tableView

UITableView *)tableView viewForHeaderInSection

NSInteger) section
{
return self.myHeaderView2;
}