Hello,
Sure, you'll just have to use some CSS code so that you'll be able to correctly see the quantity field's value.
For example, for the product page, using that kind of CSS code will do the job :
.hikashop_product_quantity_main .jsn_quantity_default .hikashop_product_quantity_input_div_default .hikashop_product_quantity_field {
width: 44px!important;
}
.hikashop_product_quantity_main .jsn_quantity_default .hikashop_product_quantity_change_div_default {
width: 22px!important;
}
For more information about CSS customization :
www.hikashop.com/support/documentation/1...the-display.html#css
Kind regards,
Mohamed.