
02-06-2014, 09:57 AM
|
 |
Ecwid Team
|
|
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 5,876
|
|
Quote:
Originally Posted by robert milazzo
you wouldn't happen to also know off the top of your head how to remove that grey boc around the checkout button, would you?
|
Hello,
In order to remove grey background around "Checkout" button, you should use following code in your custom CSS theme:
Code:
div.ecwid-productBrowser-cart div.ecwid-productBrowser-backgroundedPanel {
background: transparent none;
}
__________________
Maya N., Ecwid Team
------------------
Welcome to our new Help Center!
|