That extra > div is forcing it to be whatever is commanded ;) I don't want my background to be #fff, I would like none, but when I add it to my css sheet, it gets overridden!
Is this a mistake or is there some reason it has to have a white background?
Hi Rusty, First of all can you make sure your style.css or whatever it's called comes after the call for the ectcart.css on all your pages so it overrides it.
If it still doesn't override it add 'important!' to the css For example div.yourdiv{background: none!important;}
To be honest I've been caught out a few times by not adding that thinking it should override it because it's the last css instruction but it doesn't always work like that!