Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing colors

Viewing 2 replies - 1 through 2 (of 2 total)

  • Alan
    Member

    @uloga

    in your style.css file on line 535 replace #content with this code below

    or you can add color: #FFFFFF; to it
    `
    #content {
    background: none repeat scroll 0 0 #181A1C;
    color: #FFFFFF;
    display: inline;
    float: left;
    height: 100%;
    margin-top: 20px;
    padding: 0;
    width: 650px;
    }
    `


    fun360
    Member

    @fun360

    Thank you so much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing colors’ is closed to new replies.
Skip to toolbar