How to change the background?
-
I have a site using this theme, you can see the site here
I wonder how do I change the background image? it seems the bg is not defined in style.css but generated somewhere else.
I have the following css:
body { background-color: #59cff4; background-image: url("https://50.87.249.87/~extraedu/cn/wp-content/themes/kindergarten/images/leaves.jpg"); background-repeat: repeat; }
however, it is overriden by the following:
body.custom-background { background-attachment: scroll; background-image: url("https://50.87.249.87/~extraedu/cn/wp-content/themes/kindergarten/images/bg.jpg"); background-position: left top; background-repeat: repeat; }
I don’t know where it is from?
Can anyone share me any light?
Thank you very much.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to change the background?’ is closed to new replies.