0

I'm using a Datatable from the Primefaces framework and I want to change the color of the column headers. I tried skinning in CSS like this but it does not work:

.ui-datatable .ui-datatable-header {
    color: gray;
    background-color: white;
}
Kukeltje
  • 12,223
  • 4
  • 24
  • 47
  • 1
    Maybe you can check this link: https://stackoverflow.com/questions/8768317/how-do-i-override-default-primefaces-css-with-custom-styles – dcalap Aug 13 '18 at 06:48
  • 1
    Possible duplicate of [How do I override default PrimeFaces CSS with custom styles?](https://stackoverflow.com/questions/8768317/how-do-i-override-default-primefaces-css-with-custom-styles) – Kukeltje Aug 13 '18 at 07:04

0 Answers0