jabernathy 0 Report post Posted November 1, 2011 If I add css to the custom code page in platformpro settings it messes things up. (I think only when bbpress is activated) Where do I add it? http://phoneywood.com/wordpress/home/ Share this post Link to post Share on other sites
Rob 547 Report post Posted November 1, 2011 Is this a demo of what the messed up code looks like in action? Can you provide the CSS code you have in Custom Code in the CSS Rules area between [ code] and [ /code] (without the spaces in the tags)? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
jabernathy 0 Report post Posted November 1, 2011 This is everything in the css rules area. Here is what it looks like now. http://phoneywood.com/wordpress/home/ #header { background: url("uploads/2011/10/contact_bg.jpg") repeat scroll 0 0 #434449; height: 112px; } #header_in { background: url("uploads/2011/10/contact_top.png") repeat-x scroll 0 0 transparent; height: 112px; } The contact_bg.jpg is the texture image. That shows up if bbPress is deactivated. The contact_top.png is the gradated shadow at the top. I never did get that to appear. This is what it should look like. http://www.phoneywood.com/ Thanks Share this post Link to post Share on other sites
kastelic 6 Report post Posted November 1, 2011 The problem is in your path. The browser is not finding the background image at "uploads/2011/10/contact_bg.jpg" You should go to the media library and copy the absolute URL (with the http:// and everything) and use that in your CSS instead. Share this post Link to post Share on other sites
jabernathy 0 Report post Posted November 2, 2011 That added the texture but not the shadow(contact_top.png). Why is it not seeing that? Share this post Link to post Share on other sites
catrina 103 Report post Posted November 2, 2011 What is all of the custom CSS you have right now? 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
jabernathy 0 Report post Posted November 2, 2011 #header { background: url("http://phoneywood.com/wordpress/wp-content/uploads/2011/10/contact_bg.jpg") repeat scroll 0 0 #434449; height: 112px; } #header_in { background: url("http://phoneywood.com/wordpress/wp-content/uploads/2011/10/contact_top.png") repeat-x scroll 0 0 transparent; height: 112px; } That looks like this:http://phoneywood.com/wordpress/home/ It should look like:http://www.phoneywood.com/ The slider is also messed up.(I think from adding bbPress) Share this post Link to post Share on other sites
catrina 103 Report post Posted November 2, 2011 Is the shadow you're trying to add intended to line the top in a horizontal direction? Just wondering because the image is a vertical line. What is the shadow for specifically? A contact form? 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
jabernathy 0 Report post Posted November 2, 2011 Yes, See the subtle shadow at the top of this header image http://www.phoneywood.com/ Its a vertical line but it repeats. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 2, 2011 Hi Jabernathy, When you say "the subtle shadow at the top of this header image" where am I looking exactly, do you mean this image ? http://phoneywood.com/wordpress/wp-content/uploads/2011/10/contact_bg.jpg Please search our forums, before posting! Share this post Link to post Share on other sites