There is no obvious way to remove the text:

StarterKit
StarterKit for SigmaOne Theme

This is at the top of the front page. It ignores the drupal default settings, and ignores every option I try to change within the theme. Because of this, the theme is unusable at present (although it will be in the very near future and looks great).

Comments

duckzland’s picture

you must configure sigmaone from its configuration page and for the starterkit text check the region manager GUI.

if the configuration area doesn't show any configuration form at all you must use sigmaone as the default admin theme

if you want to get your hand dirty by coding, search for .layout files and remove the text there. for a complete blank text, you must specify ' ' (notice the space).

scotttrager’s picture

No luck. Unable to save any changes to the Region Manager. After dragging/dropping (tried in latest versions of Firefox and Chrome) the field to disabled and hitting save I just get a blank white page. Reloading that page just takes me back to the edit screen and going back to the same page shows the changes did not save.

duckzland’s picture

ok, I'll look into it. in the mean time you can try saving as "a dynamic page" not in database. or modify the page.layout, master.layout and page--admin--structure--block.layout manually and change

;Block title
block[title][#name] = Page Title
block[title][#block_type] = vtcore-block
block[title][#site_title] = StarterKit
block[title][#site_slogan] = StarterKit for SigmaOne
block[title][#parent] = content
block[title][#weight] = 3
block[title][#column] = 12
block[title][#clearfix] = 1
block[title][#newrow] = 1
block[title][#lastrow] = 1

if you want empty title :

block[title][#site_title] = ' '
block[title][#site_slogan] = ' '

or you can input any title you want :

block[title][#site_title] = My Title
block[title][#site_slogan] = My Slogan

duckzland’s picture

Status: Active » Postponed (maintainer needs more info)
duckzland’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)