• Hi all!

    I’m trying to figure out how to edit stylesheet.css to change only the background color of the main body. Any code and where to place it help is appreciated!

    Thanks Drew!

    My site is: RockClass101.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    You can add this to your Custom CSS for achieving that:

    #page {
        background-color: #654;
    }

    You can adjust the color as per your requirement.

    Thank you.

    Ya sure you can add image to your background for that you can add this in your Custom CSS:

    #page {
    background: url(“link to your image”);
    }

    Thank you.

    Thread Starter hardel

    (@hardel)

    Hi Sam – where do I paste the code?

    Hello hardel,

    You can add this to your Custom CSS if your theme provides that, if not then you can use some plugins for achieving that.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change background color in twenty eleven’ is closed to new replies.