SlickGrid - Change the background color of the top navigation bar

by
Jeremy Canfield |
Updated: April 09 2020
| SlickGrid articles
Notice there are two CSS files, slick.grid.css and examples.css. To change the background color of the header, add background to .slick-header-column, .slick-headerrow-columns and .slick-header-column.ui-state-default in the slick.grid.css file.
.slick-header-column,
.slick-headerrow-columns {
background: red
;}
.slick-header-column
.ui-state-default {
background: red
;}
Did you find this article helpful?
If so, consider buying me a coffee over at