I want to remove just the homepage 'Featured Products' background image on my (locally hosted) site but keep all the other centerbox headings (i.e special offers) intact. I have already tried:
#featuredProducts{
background-image: none;
}
but this hasn't worked. Has anyone got any ideas?
Thanks.



