willowtee 0 Report post Posted April 19, 2012 Hi I'm finding when the above site loads up I get a flash of black before the feature slider loads. Its a bit distracting and ideally I'd like it to have a white background. Does anyone have advice on how to achieve this? Thanks Tom Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted April 19, 2012 Hi Tom, Add this to your custom CSS: [code]#feature-area .fcontainer {background: white !important;}[/code] I would recommend you you install Firebug or use Google Chrome's web dev tool, this will allow you to inspect your CSS so you can easily make the changes yourself. Please search our forums, before posting! Share this post Link to post Share on other sites
willowtee 0 Report post Posted April 20, 2012 Thanks Danny, I had almost got it, but didn't include the !important Cheers T Share this post Link to post Share on other sites