http://limeducks.com.au/online-shopping ... bbi-detail
On the above page, the Plus and Minus quantities have no value.
My code shows
- Code: Select all
<input type="button" class="quantity-controls quantity-plus">
<input type="button" class="quantity-controls quantity-minus">
I need it to show this:
- Code: Select all
<input type="button" class="quantity-controls quantity-plus" style="font-size:18px" value="+">
<input type="button" class="quantity-controls quantity-minus" style="font-size:24px" value="-">
Can anyone please show me how to achieve this?
Latest Template Update
VM 2.0.16
J 2.5.7
All the best