mending 0 Report post Posted July 28, 2011 Hi there, How to I change the default Feature Background Color from black to say white? I have tried this: #feature-wrap div.fmedia {background-color: #ffffff !important;} Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 28, 2011 You'd target this CSS (and change it ) to do it #feature-area .fcontainer { background: url("../images/feature-area-bg.png") repeat-x scroll left bottom #000000; } Share this post Link to post Share on other sites
mending 0 Report post Posted July 29, 2011 Hi there, That doesn't seem to do any difference. If I set hight of the Feature Stage Area to higher than the image beeing shown, the background color behind is clearly black. Unfortunately this black background color is also shown when images load. I need to make it white. Share this post Link to post Share on other sites
catrina 103 Report post Posted July 30, 2011 Can you please post a link to your site? 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
mending 0 Report post Posted July 31, 2011 http://www.lenewinther.com Share this post Link to post Share on other sites
Kate 3 Report post Posted August 1, 2011 Please try adding this to your custom CSS: .fcontainer{background:none !important;} Share this post Link to post Share on other sites
mending 0 Report post Posted August 1, 2011 Thanks! :-) Share this post Link to post Share on other sites