Styling 0:26 video
How to add custom stylesheet in addition to template stylesheet
One focused task, a quick video, and concise steps you can scan immediately.
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;
}
