• Resolved lanigiro

    (@lanigiro)


    Sorry for beginner style questions but how can I change the white background colour of twenty thirteen? Can you please point me in the direction to make the change. I will edit CSS as needed but I cannot find where it is located.
    Thanks for help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • == == == change white txt-area

    .hentry {
    	background: #99cc66;

    /*apple-green; change as required*/
    }`

    == == == change white background site

    body{
       background:#ff0000;/*red; change as required*/
    }

    == == == use background-image

    body{
       background-image:url('../uploads/backgroundphoto.png');
    }

    Make sure to include the correct and complete path to the image.
    Image doesn’t show? check the path!

    >> >> >>
    If your theme has an option to customize the CSS like a ‘custom css’-TAB, place the above code there.
    Is such a feature missing from your theme? See the instructions below.
    Add the above code to the `style.css’ of your CHILDtheme:

    You don’t have a childtheme yet?

    1. Install and activate ‘one click childtheme plugin
    2. create the childtheme
    3. Dashboard > appearance > Themes > activate the childtheme
    4. Make the changes in the CHILDtheme!
    – copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.

    Thread Starter lanigiro

    (@lanigiro)

    Thanks so much for your very detailed response!
    The second piece of code is the code that is my solution.
    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the white background color on twenty thirteen theme’ is closed to new replies.