Product Detail Page bug?

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Feb 26, 2014 2:28 pm
Seems to be a problem with the quantity field next to 'Add to Cart' button on product detail page.
Image

I only see it on hover in Chrome, but it never appears on Firefox.

any ideas? :)

http://readymade.admedia.es
User avatar
Junior Boarder

GK User
Wed Feb 26, 2014 2:45 pm
Hi,

What's the problem exactly? Small arrows in this input? It's a Chrome feature - quantity input.
User avatar
Moderator

GK User
Mon Mar 17, 2014 9:04 pm
Yes, they only appear in chrome. There's a standard WooCommerce thing for this I think. See this other site I've done with WooCommerce: http://goo.gl/cdMx0E

Just thinking Firefox users should be able to click ^ & v through the cart quantity
User avatar
Junior Boarder

GK User
Mon Mar 24, 2014 8:58 am
Hi,

You can add this code into css/override.css file:

Code: Select all
.quantity .plus, .quantity .minus, #content .quantity .plus, #content .quantity .minus {
display: block!important;
}


but in this case you should also add some code to style these +/- buttons.
User avatar
Moderator


cron