This topic is locked
[SOLVED]

 Filterpanel headers

9/7/2019 5:12:06 AM
PHPRunner General questions
J
jackheitzer@gmail.com author

Hi all,
Does anybody know how to change the colors of the headers of the filterpanel. (see image, the bright blue parts saying 'maand' and 'jaar')


It looks like they are not following the bootstrap theme I created.
Best regards,
Jack

fhumanes 9/8/2019



Hi all,
Does anybody know how to change the colors of the headers of the filterpanel. (see image, the bright blue parts saying 'maand' and 'jaar')

It looks like they are not following the bootstrap theme I created.
Best regards,
Jack


Hello:
It depends on the version of PHPRunner.
I always change those things with CCS Custom.
For PHPrunner 10.2, it would be:

.panel-info> .panel-heading {

    color: # 3a87ad;

    background-color: # 730326;

    border-color: #ddd;

}



You have to put the colors you want.
Regards,