cowboy 0 Report post Posted March 14, 2011 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 3 Report post Posted March 14, 2011 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