Edit
Now edit your theme. First, give it a new name. You can see the current name on the first line, where it says $ThemeName="Hobbit";
. Change “Hobbit” to something else. After you save it to one of the four theme buttons, the button will rename itself the first time you run the theme.
If you want to add textual content to your theme, you can do that here. You can add these lines:
$DisplayExpression("dashBannerWidget")="My website name"; $Subtitle("dashBannerWidget")="Here is my subtitle"; $Text("dashAboutBlurb")="Here is my About blurb.";
Make sure you end each line with a semicolon.
You can also remove lines. Dash elements not mentioned here will be ignored when you run the button to which you save your modified code.