How do I apply a different font styling to the second part of my title as seen on the Features page?

1. Click on "Show Site Set Up" under Site or press ⌘ 1.

2.. Place the span elements around the area you would like to change the font styling.

Screen Shot 2012-04-21 at 12.43.58 AM

3. Open your Page Info found in the top right hand corner of Rapidweaver.

4.. Click on Header, in between the Sidebar and Styles tabs.

5. Click on the CSS button which will allow you to enter Custom CSS.

6. Copy and paste the following code into the text box:

header h1#title span {
font-family: times;
font-style: italic;
font-weight: normal;
text-transform: lowercase;
}