Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey sneed !

    Would you please paste a link to your website ? I need to check few things in the css code to be able to help you

    Thread Starter sneed

    (@sneed)

    Hey Sneed !

    Look for the following in your style.css file

    .page-content {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px;
        color: #363636;
        font-size: 18px;
        margin: 20px 0 0;
        overflow: hidden;
        padding: 20px 15% 5%;
        position: relative;
        width: 70%;
    }

    and instead of #fff in front of the background property add the color you want to have i.e black

    .page-content {
        background: #111 none repeat scroll 0 0;
        border-radius: 5px;
        color: #363636;
        font-size: 18px;
        margin: 20px 0 0;
        overflow: hidden;
        padding: 20px 15% 5%;
        position: relative;
        width: 70%;
    }

    which gives the following result

    View post on imgur.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change White Background Color’ is closed to new replies.