• Ok, so I was able to change my backround colors ??
    BUT:
    When you click on a article the page will all be in color execpt the article, it’s backround is in white. How do I change that?

    Click here to see what I mean

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • In the css file, find

    .single .post .entry-content, .single .attachment .entry-content {
    background:#FFFFFF none repeat scroll 0 0;
    color:#888888;
    float:left;
    font-size:1.2em;
    margin:0;
    min-height:200px;
    padding:0 10px 0 0;
    position:relative;
    width:590px;
    z-index:10;
    }

    and remove it’s background-color (ffffff is white)

    Thread Starter jvorus

    (@jvorus)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HOW TO CHANGE MY BACKROUND COLOR?’ is closed to new replies.