Home > News

Return button added to sign-in page in shopping cart in HTML5 template

The Return button was added to the page after the Checkout button clicked in HTML5 template.
If a customer clicks this Return button, the Your Shopping Cart page shows.

To remove this button,
go to [Shop Manager] > [Design] > [CSS], copy the following designation
and paste it at the bottom of the Style Sheet field.

.cart1_back_btn_box {
display: none;
}