Styling 0:30 video
How to change the header background color in input grid controls
Learn how to change the header background color in input grid controls with SpreadsheetWeb. Follow focused steps, practical examples, and implementation…
To change the header background color in input grid controls;
- Open Designer Interface,
- Go to the ‘Stylesheet’ module.
- Add a new stylesheet.
- Enter the CSS rule for changing the header background color in input grid controls.
- Save the stylesheet by clicking on the “Save” button.
th[class*="input-grid-header"] {
background-color: cornsilk !important;
}