Styling 0:26 video
How to add custom stylesheet in addition to template stylesheet
Learn how to add custom stylesheet in addition to template stylesheet with SpreadsheetWeb. Follow focused steps, practical examples, and implementation…
To add custom stylesheet in addition to template stylesheet;
- Open Designer Interface,
- Go to the ‘Stylesheet’ module.
- Add a new stylesheet.
- Enter the CSS rule for adding custom stylesheet in addition to template stylesheet.
- Save the stylesheet by clicking on the “Save” button.
input {
background-color: aliceblue !important;
}