How to remove or hide quantity plus and minus buttons

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Nov 29, 2013 1:19 am
Reply with quote
Report this post
hi all,

I want to get rid of the quantity + and - buttons to the left of the add to cart button on the product details page. Can someone please tell me what I can do to get rid of those buttons? I have been trying for hours now with no success and it's really starting to frustrate me. I have searched through every CSS file I can find, and nothing I change seems to make any difference :(

Thanks!
User avatar
Fresh Boarder

GK User
Fri Nov 29, 2013 2:20 am
Reply with quote
Report this post
Nevermind, found the CSS that controls the bastards and added this to the CSS override:

.quantity-plus {
visibility:hidden;
}

.quantity-minus {
visibility:hidden;
}
User avatar
Fresh Boarder

teitbite
Fri Nov 29, 2013 11:53 am
Reply with quote
Report this post
Hi

I think the better option would be to use display: none. With visibility: hidden users may still be able to clickthe button.
User avatar
Moderator


cron