I installed your theme, but I just get a plain black background. I don't see the image anywhere, is it missing from the theme?

Thanks,
David

Comments

plutado’s picture

the image is referenced in the style.css file, line 8. change the #body background properties from
background: #000000 url(images/bg/bg-default.png) center top no-repeat;
to

background: #000000;

and you're all set!

plutado’s picture

Status: Active » Fixed

please let me know if how this works for you!

grndlvl’s picture

He is saying that the background image is missing, not that he wants to not display it. Your background Image is missing out of the package.

grndlvl’s picture

Status: Fixed » Active
tknospdr’s picture

Okay, I looked at the source of your page and found where it was on your server. I grabbed a copy from you.
You still need to fix this though so others don't have to do the same thing.

Thanks,
David
http://www.FloridaPets.org

plutado’s picture

thanks for the clarification! I simply misread the initial issue description. I've uploaded a new theme tagged 5.x-1.3 that includes the background image

plutado’s picture

Status: Active » Fixed
tknospdr’s picture

Great, thanks!

David

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.