• Hey guys – I’m very new to wordpress, and I was wondering how I change the background colour (behind the text)to black, and change the border columns (to the left and right) of the page to something else.

    I’m sorry if I sound like a complete nutjob – i’m totally clueless.

    My blog is: http://ashley.blogsome.com

Viewing 1 replies (of 1 total)
  • body {
    margin: 0;
    padding: 0;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Georgia, Verdana, Arial, Sans-Serif;
    background-color: #00ff00; <———-
    color: #333;
    text-align: left;
    }

    #page {
    background-color: #ff0000; <———-
    margin: 0px auto;
    padding: 0;
    width: 560px;
    text-align: left;
    }

    The two lines indicated control the areas I think you are after.

Viewing 1 replies (of 1 total)
  • The topic ‘changing backgound in minimaplus’ is closed to new replies.