You can choose how your page is displayed to your website's visitors using the following options.
Show Page Title
This will display the page's name as a heading at the top of your page. If you prefer to use a heading that is different than your page's name, leave this section blank.
Page Class & Styles
If you understand how to use CSS classes and styles, you can customise the appearance of your page here.
Note: these are advanced features that can be used, but it's recommended that you don't unless you know what you're doing.
Predefined CSS classes (if you know them) can be typed into the CLASSES box, separated by a single space.
Style properties can be typed into the STYLES box. For example, if you wanted to set all text on the page to be green, you would enter the following:
color:green;
If you wanted the page's background to be red, you would enter:
background-color: red;
If you wanted a red background and green text, you would enter:
background-color: red; color: green;
...and then procede to vomit.