Styling 0:36 video

How to change background color in grid superheaders

Learn how to change background color in grid superheaders with SpreadsheetWeb. Follow focused steps, practical examples, and implementation guidance to…

To change background color in grid superheaders;

  • Open Designer Interface,
  • Go to the ‘Stylesheet’ module.
  • Add a new stylesheet.
  • Enter the CSS rule for changing the background color of the grid superheaders.
  • Save the stylesheet by clicking on the “Save” button.
CSS3 lines
th[class*="superheader"]{
    background-color:navajowhite!important;
}