Jump to content
Sign in to follow this  
cowboy

Custom Css issues...

Recommended Posts

cowboy

I want to set a background image for my site. I tried inserting this code: body{background:url('background-image:url('http://glassblowersdirect.com/wp-content/uploads/2011/03/bg.png')} into the custom css in the theme settings and it didnt work. I also tried placing the code into the base.css and it still did not work. What am I doing wrong?? I am also trying to change the font color for the products in my estore plugin but that didnt work either. Help please..

Share this post


Link to post
Share on other sites
Kate

Hi Gordon, Just FYI: If you're using PlatformPro, you can actually make these changes in "Settings->Design Control". Anyhow, in this case, your syntax is off. It should be:

body{background:url('http://glassblowersdirect.com/wp-content/uploads/2011/03/bg.png');}

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  

×