Im using the BigFeature theme and my background image is no longer visible since I have upgraded to WordPress 3.3
Is there a way I can make this work?
Or do I have to revert to back ups?
Thanks in advance,
Sam
Im using the BigFeature theme and my background image is no longer visible since I have upgraded to WordPress 3.3
Is there a way I can make this work?
Or do I have to revert to back ups?
Thanks in advance,
Sam
Hi,
I saw this issue in a topic :
http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature
1. You can upload your background image as a new media (http://your-server/wp-admin/media-new.php)
2. Then get the main URL of the image.
3. Put this into your style.css (in the theme folder) like that for example :
body { background: #292929 url(http://your-server/wp-content/upload/2011/12/20/bg.jpg) repeat; }
Regards
Check the sticky at the top of this page for one answer to the background question.
You must log in to post.