Bootstrap FreeKB - SlickGrid - Change the background color of the top navigation bar
SlickGrid - Change the background color of the top navigation bar

Updated:   |  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 Buy Me A Coffee



Comments


Add a Comment


Please enter 2e1cd1 in the box below so that we can be sure you are a human.