Big “Continue shopping” button has been added, in order to help your customers easy back to the products’ catalog and continue shopping. We believe that this button can increase your sales, as your customers back to the catalog when they added one product to the cart and can choose more products.
If you want to change this you can do following:
1. Redirect your customers to the cart page, when s/he clicked “Add to Bag” button (Go to Ecwid control panel → System settings → General → Cart → “Open bag when "Add to bag" is clicked” checkbox)
or
2. Hide “Continue Shopping” button using following code in your CSS theme. If you use one of default Ecwid themes, go to Ecwid control panel → System Settings → Desing → CSS theme, and duplicate it (choose the theme, which you use and click “Duplicate” button). Then click “Activate” link on the right side of the block and save. Once you do this new CSS theme will be created and you will be able to add custom CSS code there::
Code:
.ecwid-ContinueShoppingButton {
display: none;
}
and make “Go to checkout” button more noticeable. For example, you can increase its’ size, color, etc.