• Is this the right area to edit the center background color?
    #wrapper {
    background: #fff;
    margin-top: 20px;
    padding: 0 20px;

Viewing 3 replies - 1 through 3 (of 3 total)
  • Josh Feck

    (@builtbynorthby)

    Do you have a link or the name of the theme?

    there might be some themes where this is the right area to edit the background color of the center – and probably even more themes where this is the wrong area ??

    have you tried it?

    you might need to press the ‘reload’ button on your browser, or press ‘ctrl’ and ‘f5’ simultanously, to refresh the browser cache and make the changes visible.

    I think so. this is what you want if you are trying to get rid of the green.

    #wrapper {
    background: #99ff99;
    margin-top: 20px;
    padding: 0 40px;
    }
    In your example you have changed it to white, and also altered the padding by 20px.

    Don’t forget: Altering the default twentyten theme will cause all of your changes to be lost the next time you upgrade. You should make sure that you have a backup copy of all your changes, or you should correctly rename the theme to avoid it being overwritten, or you should look into creating a twentyten child theme.

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