• travisthum

    (@travisthum)


    earlier i was attacked by spam, hacked, fixed and with that my whole layout was undone. now re-doing it i cannot get my background color to black like it was. also, by side pages (archive, categories, blogroll, etc.) i cannot change either. this has been a huge headache for me. ive followed steps and guidelines and still nothing. just some advice please.

    travsthum.com

Viewing 1 replies (of 1 total)
  • Clayton James

    (@claytonjames)

    i cannot get my background color to black like it was

    There is a semicolon missing after background:#000

    /* Begin Typography & Colors */
    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
    background: #000
    background-image: none;
    color: #ccc;
    text-align: center;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot change background color’ is closed to new replies.