CSS files
Here's how to adjust the appearance of your website.
Customising CSS
To adjust the CSS of your website change the theme. Let's see how themes work. The default theme is defined in the system settings. A different theme can be defined in the settings at the top of each page, for example Theme: custom
.
Here's an example file system/resources/custom.css
:
.page {
background-color: #fc4;
color: #fff;
text-align:center;
}
Customising resources
The system/resources
folder contains all resource files. You can store your images and font files here, which are used in themes. Each website has a small icon, sometimes called a favicon. The web browser displays this icon for example in the address bar.