Pages are formatted and styled by the CSS. This is a site-wide CSS that applies to all pages in a site. When you change a pages CSS it will affect the entire site. Each site comes with default CSS styles.
CSS stands for Cascading Style Sheets. It allows you to store style presentation information (such as colors, fonts, layout, etc.) separately from your HTML structure. This allows precise control over your page's layout and format.
These CSS editing instructions are meant for users with knowledge of CSS. If you are new to CSS or need a refresher, check out this great resource: http://codex.wordpress.org/
You can change a page's CSS. However, you cannot change the application's CSS. You can control the theme, header, and other options by customizing the site.
To edit the CSS, press the toolbar button. An overlay will appear displaying all of your site's CSS. You can add or edit the CSS as you wish.
The CSS file comes with the system defaults style. However you can change any of these styles. This includes:
You are welcome to change any of the default CSS. You can also add more CSS styles and classes to control the layout for any page.
Many CSS styles are applied automatically to elements. However, you can manually apply CSS styles to elements, such as links, images, DIVs, tables, etc., by double-clicking on the element to open the dialog and then selecting the Advanced tab. You can then enter in the CSS class name or ID that you want applied to the element.
Here is an example for an image.
The styles, format, and other options in the toolbar are powered by the CSS. If you want to change the formatting, such as the fonts, sizes, colors, etc., you will need to do it in the CSS.
In the Styles drop-down, here is the mapping to the CSS:
Styles Drop Down | CSS Class |
Computer code | .computer_code, code { |
Computer code 2 | .computer_code, code { |
Tip | .tip { |
Info | .info { |
Warning | .warning { |
In the Format drop-down, here is the mapping to the CSS:
Format Drop Down |
CSS Class |
Normal |
P { , Body { |
Heading 1 |
H1 { |
Heading 2 |
H2 { |
Heading 3 |
H3 { |
Heading 4 |
H4 { |
Heading 5 |
H5 { |
This guide is only intended for advanced users. However, the default font could be changed for all pages as follows:
Here are some web-safe font options to COPY and PASTE :
You can also follow this same guide for changing the paragraph and heading styles.
If you break or damage the CSS code, you can click Revert to default CSS. This will restore the CSS back to the original setting. However, any CSS you changed or added will be deleted.
Each site you create will have its own separate CSS styles. Sites do not share CSS styles. If you want to use the same CSS styles from a site you already created, you will need to copy the CSS from one site and paste it to the new site.
Related Articles:
Code Highlighter
Editor Toolbar
Links