bignutbrown Posted December 16, 2010 Share Posted December 16, 2010 HelloI am a noob so sorry for a simple question but I have searched online with no success.I want to change the default page colour and use a picture as the background. I have tried to enter:body {background-image: url(../images/greenblackgradient3.jpg)} in my .css file in my theme but it does not work.How do I change the white page to an image I have?Thank you for your help !Big Nutbrown Link to comment Share on other sites More sharing options...
FredActin Posted December 16, 2010 Share Posted December 16, 2010 Hi Big,If you are using the standard template the folder for the images is "img" not "images"Also, please make sure that you don't forget the semicolon ";" at the end of your css line. background: url(../img/greenblackgradient3.jpg); Hope this helps Link to comment Share on other sites More sharing options...
bignutbrown Posted December 18, 2010 Author Share Posted December 18, 2010 thank you very much for your assistance! All fixed now and a happy camper ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now