This is the code I have but it doesn't seem to be working.
Quote:
/*changes the sign in link color*/ .ecwid-productBrowser-auth-signInLink { color: white !important; } /*changes the Shopping Bag wording and counter color*/ .ecwid-minicart-mini-link, .ecwid-minicart-mini-count { color: white !important; } /*changes the category path color*/ .ecwid-productBrowser-categoryPath a { color: white !important; } span.ecwid-categories-category, input.gwt-TextBox, input.gwt-PasswordTextBox, select.gwt-ListBox, textarea.gwt-TextArea, input.gwt-DateBox, div.gwt-SuggestBoxPopup, span.ecwid-EgoodsComponent-expires, div.ecwid-Invoice-productDescr, div.ecwid-productBrowser-subcategories-categoryName, div.ecwid-productBrowser-productsList-descr, span.ecwid-productBrowser-cart-weight, div.ecwid-productBrowser-cart-optionsList, div.ecwid-productBrowser-cart-totalLabel, div.ecwid-productBrowser-cart-subtotalLabel, div.ecwid-productBrowser-cart-shippingLabel, div.ecwid-productBrowser-cart-taxLabel, div.ecwid-productBrowser-cart-estimationNote, div.ecwid-OrdersList-OrderBox-options, div.ecwid-maintenance-popup { color: white !important; } div.ecwid-results-topPanel div.ecwid-results-topPanel-itemsCountLabel { color: white !important; } div.ecwid-LoginForm div.ecwid-fieldWrapper label.ecwid-fieldLabel { color: white !important; } div.ecwid-FormPopup-fieldWrapper label.ecwid-fieldLabel { color: white !important; } div.ecwid-productBrowser-details-descr, div.ecwid-productBrowser-categoryPath, div.ecwid-productBrowser-head, div.ecwid-productBrowser-productNameLink a, div.ecwid-productBrowser-productNameLink a:active, div.ecwid-productBrowser-productNameLink a:visited { color: white; } |