Viewing 2 replies - 1 through 2 (of 2 total)
  • Its very simple. Under Appearance you have customize/colors/background color. Or another option: Under Appearance/background. You can choose color or insert image into your background.

    or use:

    body.custom-background, #header-bottom {
    background: url('https://3.bp.blogspot.com/_ycGxmckMHHA/TG14_WgC7DI/AAAAAAAAATc/h2W0rGt1S3I/s640/15-1.png') no-repeat center center fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #header {
      background: url('https://i.gyazo.com/41868e647ab5f83199ba8d964ecd4c6b.png');
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    Download: Custom CSS

    paste that code, change URL’s to desired background

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change background color’ is closed to new replies.