Delete section that doesn't exist

davegoldhahn / 2012-12-23 06:38:58   

I'm new to this! I have a minor background with html/css but I'm still having some minor difficulties. When viewing my site (davidgoldhahn.com), the index shows "David Goldhahn" as a section.. However, in the sections panel when editing, this section doesn't exist. How do I get rid of this if I can find where it's located? Thanks!

arsondpi / 2012-12-23 11:01:15   

Go to Admin/Assets/Theme/style.css and add a display:none; to the h1 tag.

  1. h1 {
  2.     font-size: 13px;
  3.     font-weight: bold;
  4.     margin-bottom: 1em;
  5.     display:none;
  6. }
davegoldhahn / 2012-12-23 19:43:18   

Thank you so much! Very much appreciated!

davegoldhahn / 2012-12-23 19:57:00   

One more quick question! Sorry!

I added a photo above my index in the pre-nav text box. It's only appearing on the homepage though and not in the other sections. Advice?

arsondpi / 2012-12-23 22:55:05   

the href url and image source are not correct.

This thread has been closed, thank you.