If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Is it possible to remove the Continue Shopping button?
You can use a child layout, a better method would be to just use CSS and add to the easycart admin -> advanced options -> custom CSS section... this way your templates keep updating with EasyCart updates, but CSS just use display: none; to hide that element.
You can use a child layout, a better method would be to just use CSS and add to the easycart admin -> advanced options -> custom CSS section... this way your templates keep updating with EasyCart updates, but CSS just use display: none; to hide that element.
What would be the proper CSS code to hide the "continue shopping" button/element? We need to hide the button as well. Thanks.
Comment