Hide quantity buttons in product page

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jan 16, 2015 2:48 pm
Reply with quote
Report this post
Hi,

Where can I hide the quantity plus and minus button in the product page?
I think I need to be hide this row: <input type="button" class="quantity-controls quantity-minus">
But where in ftp can I find it?

Thanks
User avatar
Fresh Boarder

teitbite
Fri Jan 16, 2015 8:32 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.button.quantity-minus,
.button.quantity-minus {
display: none;
}
User avatar
Moderator

GK User
Tue Jan 20, 2015 6:55 pm
Reply with quote
Report this post
Ok..thanks!
User avatar
Fresh Boarder


cron