Changing an image in the wrapper
-
There was an image in the wrapper of a theme that I do not like and I want to put another image in the wrapper.
For the div class wrapper I have
#wrapper { background: url("images/tester.png") no-repeat scroll center top transparent; }previously it had images/wrapper.jpg
It is still pulling in the old pic
I have even tried putting the actual url and adding a slash in the front making it /images/tester.png neither are working. It seems something is overwriting it but I am unsure where to look.I placed the image in the images folder for that theme /theme/the-theme-name/wp-content/images/this-is-where-i-put-it
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Changing an image in the wrapper’ is closed to new replies.