
11-22-2010, 04:07 PM
|
 |
Junior Member
|
|
Join Date: Nov 2010
Posts: 4
|
|
ecwid-form css
I am trying to customize the background color of ecwid-form.
The correct selection rule should be:
div.ecwid-form {
background-color:#000000;
}
But the color does not change.
I tried adding !important, but no way.
I tried a more specific selection:
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-emptyCartPanel div.ecwid-form, html#ecwid_html body#ecwid_body div.ecwid-Checkout-orderFailed div.ecwid-form { ...}
but no way.
I cleared the cache of the browser. No way.
I tried using another browser (never used to open that page, so no cache). No way.
Any hint?
Thanks.
|