Changing the Styles for a Site
The style sheet for a site can be edited through site builder. You can click on the ‘CSS’ tab in site builder when viewing any page of the site. The main stylesheet of the site ‘main.less’ will then be displayed. main.less is written in ‘LESS’ (http://lesscss.org/) and compiled to main.css when it is saved. Traditional CSS can be used within main.less without using any of the features of LESS.
A preview of the website will appear below the source code for the stylesheet. Once changes have been made to main.less, clicking the ‘Save Draft’ button will update the preview, but not the live site. Clicking ‘Save and Make Live’ will update both the preview and the live site.