Viewing 2 replies - 1 through 2 (of 2 total)
  • @

    Open Style.CSS file of your WP theme and make changes in the codes.

    In stylesheet, under /* LAYOUT */

    add

    body {
    	background: #fff url(enter the path of the background image) top left repeat-x;
    	}

    The thing you have to do is just entering the path of the background image in the bracket. (NOTE: Don’t remove the brackets)

    Thanks
    Thejas

    Thread Starter IHeartOranges

    (@iheartoranges)

    Thanks but I tried that and it just gave me the top image without the bottom image.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Background Image to Theme’ is closed to new replies.