Jump to content
Sign in to follow this  
catch22

Custom Background in Platform Pro

Recommended Posts

catch22

Hello everyone, very new to Wordpress and any type of customization. I'm trying to put in a custom background that does not repeat. I have searched the forum and tried the following code entered into the Custom CSS section: body.fixed_width {background:url("http://bluecanister.com/wordpress/wp-content/uploads/2010/12/BCS_WebBkgrnd.jpg") no-repeat scroll 0 0 transparent!important;} Nothing changes on the site. url is bluecanister.com Thanks in advance for any assistance.

Share this post


Link to post
Share on other sites
catrina

Try this code and add it to the base.css file in Platform Base instead:

body {background-image: {url('http://URLFORYOURIMAGEHERE'); background-repeat: no-repeat;}


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
catch22

Catrina, Thanks for the response. Dumb question, but where do I find the bass.css file?

Share this post


Link to post
Share on other sites
catch22

Thanks Adam. Tried the code but it just turns the entire page the color of the footer. No background image is displayed. Do you have any more suggestions? Thanks.

Share this post


Link to post
Share on other sites
Andrew

Brian, the image url is probably incorrect.... its returning a 404 when I visit it.

Share this post


Link to post
Share on other sites
catrina

Are you referring to the white background that "lies underneath" everything else?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

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  

×