djcsuomi 0 Report post Posted July 26, 2011 I have done quite a bit of customization on the feature box to get it to look the way I'd like, but there is one small problem I cannot seem to fix. As shown in the site below, the background of my images has a slight glossy gray at the bottom of the feature box. I would like to get rid of the grey and make the whole background behind the paintings black. Any ideas for css code to do this? www.thequeenancollection.com Share this post Link to post Share on other sites
catrina 103 Report post Posted July 27, 2011 Please add the following CSS to the custom code in your settings: #feature-wrap div.fmedia {background-color: #000;} 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
djcsuomi 0 Report post Posted July 27, 2011 That did not quite work. I tried putting just that in and the grey at the bottom of the feature section stayed the same as can be seen on the site. Any other ideas? Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 27, 2011 CSS should go in the PlatformPro Settings - CUstom Code - Custom CSS text field box. Share this post Link to post Share on other sites
djcsuomi 0 Report post Posted July 27, 2011 I understand that. The code simply does nothing. Does it matter in what order I put the css commands? Currently I put that in and as you can see by the look of the page, the grey tint is still at the body of the feature section, above the thumbs... Share this post Link to post Share on other sites
Kate 3 Report post Posted August 2, 2011 Please try this in your custom CSS: .fcontainer{background-image:none !important;} Share this post Link to post Share on other sites
djcsuomi 0 Report post Posted August 10, 2011 Wow, worked like a charm. Thank you so much. What does the !important mark do? Share this post Link to post Share on other sites