You can customise the look and feel of SynWeb by customising the CSS files that SynWeb uses.
Note: This procedure refers to two different CSS folders. One is the SynWeb/CSS folder, which contains the default CSS files. The second is the SynWeb/Site/CSS folder which you create to store your custom CSS files. Do not change any of the files inside the SynWeb/CSS folder; copy the file to the SynWeb/Site/CSS folder before making your changes.
To create custom CSS files:
...
- Navigate to the SynWeb/Site folder on your server.
...
- Create a folder called CSS.
...
- Navigate to the SynWeb/CSS folder on your server.
...
- Find the CSS file that controls the aspect of SynWeb you want to customise.
- Copy the file into the Site/CSS folder.
...
- Open the file in Notepad or Wordpad.
...
- Make any required changes to the CSS inside the file.
- Remove any sections of CSS that you have not changed.
- Save and close the file.
- Repeat steps 3 through 9 for any other CSS files you want to customise.