Jump to content
Sign in to follow this  
scott

Station Pro | Custom Background image.

Recommended Posts

scott

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

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

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

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

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

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

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×