Need help? Call Us :
02642-266340
Email :
info@kingsoftware.co.in
×
Home
Web Development
SEO
Digital Marketing
E-Commerce
About
Company
Portfolio
Vacancy
Inquiry
Faq
Online Payments
Gallery
Contact
Blogs
COVID-19
Blog
home
Activate Continue Shopping Button in Shopping Cart page of Magento 2 website
5 feb 2021
Created By : Bhavesh Gohil & Vicky Parekh
magento, shopping button
ACTIVATE CONTINUE SHOPPING BUTTON IN SHOPPING CART PAGE OF MAGENTO 2 WEBSITE
In Magento 2, If you want to activate Continue Shopping Button then follow below steps:
At
Shopping Cart page of Magento 2
website, you can see the image as shown below:
Now to add
Continue Shopping
button. Go to your
Magento website folder.
Go to path:
pub/static/frontend/Magento/luma/en_GB/css/styles-m.css
Open
styles-m.css
file.
Find the css class named
.cart-container .form-cart .actions.main .clear
In the above class change propery of
display: none;
to
display:inline;
Save the file with changes.
Now reload your Shopping Cart page to see the changes.