• Hi, my site is http://www.LeakBird.com. 48 hrs ago I accidentally deleted a single character while tweaking my theme files in my editor.

    Now all of my content is black. I know I deleted a simple character but I can’t figure out where I did it in the code.

    Could somebody PLEASE PLEASE take a quick gander and tell me where the error is?

    Sincerely,
    Ben

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme’s style.css look for this:

    body {
      position: relative; /* Fixes browser resizing bug in IE6 */
      margin: 0 auto 10px auto;
      width: 950px;
      font-family: Verdana, Arial, Sans-Serif;
      text-align: center; /* IE Centering Technique */
      background: #000000;
      }

    #000000 is jet black. Set that to some other more friendly color. Google ‘hexadecimal color chart’.

    hi,

    you also seem to have problem wid

    Fatal error: Call to undefined function amazonshowcase() in /home/leakree0/public_html/wp-content/themes/Studio Press/sidebar.php on line 84

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help, I deleted a single character is Site Code?’ is closed to new replies.