zubairksd Posted September 23, 2020 Share Posted September 23, 2020 I am selling sim numbers online , so no need quantity box in cart section. how to remove or disable this option in prestashop 1.7.6.4 , please help me. Thank you Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 25, 2020 Share Posted September 25, 2020 You can hide the same using the CSS file. Try adding the below lines in themes/classic/assets/css/theme.css at the bottom of the page & refresh the page (CTRL + F5) .product-line-actions .qty { display: none; } Link to comment Share on other sites More sharing options...
zubairksd Posted September 26, 2020 Author Share Posted September 26, 2020 (edited) Hi, i have used code here ( themes/classic/assets/css/theme.css) but not working, please help me ones again. thank you Edited September 26, 2020 by zubairksd (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now