input[type=”submit”] in theme CSS has got min-height value set to 35px.
Change that to something smaller (15px maybe?) and both buttons should be visible.
Unfortunatly the above didn’t end up working…I still need help if anyone can assist.
Cheers,
Jamie
sorry, see below. that’s the rule you’re looking after in style.css file
button, input[type=”reset”], input[type=”button”], input[type=”submit”] {
background: -moz-linear-gradient(center top , #11A5DB 5%, #085D96 100%) repeat scroll 0 0 #11A5DB;
border: 1px solid #0785B3;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 3px 0 #555555;
color: #F7F7F7;
cursor: pointer;
display: inline-block;
font-family: arial;
font-size: 13px;
font-weight: bold;
margin: 5px 0;
min-height: 35px;
padding: 5px 15px 6px;
text-decoration: none;
text-shadow: 1px 1px 1px #555555;
text-transform: uppercase;
I have done the above as mentioned and the minus button is now showing however when i click it nothing happens… it doesn’t bring the QTY down.
I have noticed that i need to click right in the middle of the plus/minus icons for it to work (you have to click a 1/2 pixel line for it to bring the QTY down).
Nearly there now 🙂
Managed to find the bit off CSS i needed to updated so all is now sorted.
hi jdobbsy1987
i have a same problem as yours.
minus button not working perfectly.
you said you managed to do it by updating css.
can you explain step by step where the file is located and how and what to update ?
link of my website : http://drshahs.co.in/wp_test/
go to products and select an item to get the +/- quantity option