Step 1: Create a new website from the Blank Template
-
Select File -> New Site -> Create a Website From Blank Template.
-
Give this new website a name such as "Sample Website" and select a location for it.
-
We are going to change some defined CSS styles within the Blank Template to fit the color scheme of the website we are going to create. Select Tools -> CSS Style Editor from the main menu.
Select the style "default-font". Change the "Color" to #525252.
Select the style "heading-1". Change "Font size" from 28px to 20px and change "Color" to #259AB8. The results will look like the following:
Select the style "heading-2". Change font size from 24px to 16px. The results will look like the following:
Select style "heading-3". Set the color to "#259AB8". The results will look like the following:
Press the "OK" button to apply the changes.
The original text element on the index page will change from:
to
-
Delete the text element shown above from the index page as it is only used for showing the effective CSS styles of headings and paragraphs.