scott 0 Report post Posted October 23, 2009 Andrew, I'd like to have a custom background image for our theme. Can you point me in the direction where I can edit this. Thanks. Share this post Link to post Share on other sites
Andrew 207 Report post Posted October 24, 2009 Hey Scott, Just add something similar to the following custom CSS. body{ background: #000 url(your_background_image_url.jpg) repeat-x 0 0; } Share this post Link to post Share on other sites
Andrew 207 Report post Posted October 24, 2009 Hey Scott, Just add something similar to the following custom CSS. body{ background: #000 url(your_background_image_url.jpg) repeat-x 0 0; } Share this post Link to post Share on other sites
scott 0 Report post Posted October 26, 2009 Hi Andrew I tried several of the lines below with no result. The image I am trying to add -> Here Different CSS codes I tried: background-image: url(http://mogulevents.com/wordpress/wp-content/uploads/2009/10/waterfall_1024.jpg'>http://mogulevents.com/wordpress/wp-content/uploads/2009/10/waterfall_1024.jpg); } background: #000 url(http://mogulevents.com/wordpress/wp-content/uploads/2009/10/waterfall_1024.jpg'>http://mogulevents.com/wordpress/wp-content/uploads/2009/10/waterfall_1024.jpg) repeat-x 0 0; } background: #000 url(images/waterfall_1024.jpg); } Thanks for your help!! Share this post Link to post Share on other sites
scott 0 Report post Posted October 26, 2009 Well, I just checked the live site -> ecosystM and when I do a 'right click / view page page background my custom image shows up.. So its there, I just can't see it. Share this post Link to post Share on other sites
scott 0 Report post Posted October 26, 2009 Nevermind. I think I know whats happening. The image is loading within the body behind the theme components. I am trying to create an image that peaks around the StationPro theme, an entire PAGE background. Is there anyway to have entire page background that the theme sits on top of? Here is an example of what I am trying to accomplish. -> See it Here Share this post Link to post Share on other sites
Andrew 207 Report post Posted October 27, 2009 Nice mockup.. Yes absolutely this is possible. With only a little CSS customization too. You just need to set the body background and delete/comment out the bgred, bggreen, rules in the css. We might cover this in an option in an upcoming update as well Share this post Link to post Share on other sites
federalist1 0 Report post Posted November 6, 2009 What about a custom header? I tried but I cannot the header image to line up with the header menu area nor can I find the correct width to use. Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 6, 2009 There is no 'correct' width, although the themes are all set at a width of 960px. Share this post Link to post Share on other sites