Skip to main content

How to add custom stylesheet in addition to template stylesheet

You are here:

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;
}

 

Tags: