QuantumView wrote:
nicolas wrote: You can add that CSS:
.hikashop_product_quantity_main .hikashop_product_stock td a, .hikashop_product_quantity_main .hikashop_product_stock td a;hover,.hikashop_product_quantity_main .hikashop_product_stock td a:visited{
text-decoration: none; }
Thank you very much, it worked. Although I did have to change the first ; to a :
It worked for me and I did NOT have to change the ; to a, just copied and pasted Nicola's code and worked fine.
The only problem I see thou is that there is no space between the plus and minus
I tried to add a margin-bottom but it didn't work. I also tried to apply the margin-bottom to .hikashop_product_quantity_main .hikashop_product_stock .hikashop_product_quantity_field_change_plus td a{ but it didn't work