I know that via the settings you can alter the background colour to whatever you want to match the logo etc. Is it possible to replace the background colour with an actual image? I would like to be able to change this because it would help to spice up the overall look and feel of my website rather than have a single colour as the background.
How to change the background colour to an image?
(5 posts) (3 voices)-
Posted 2 years ago #
-
yes, by adding an image in the body tag in style.css, this is done in 2 of the free child themes. Example http://www.vfxdude.com/blog2/
Posted 2 years ago # -
please tell me what i am doing wrong! i am trying to add a image background but nothing works, am i doing something wrong?
/**********************************************
Global styles
***********************************************/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1.52em;
background-color: #edeeef
background-image: url (http://jamesspivey.com/wp-content/uploads/2010/02/wood.png);
color: #333;}
thanks!!
Posted 2 years ago # -
background-color: #edeeef;
background-image: url(http://jamesspivey.com/wp-content/uploads/2010/02/wood.png);Posted 2 years ago # -
thanks you very much for your timely professionalism. it works perfectly now.
Posted 2 years ago #
Reply
You must log in to post.