Hello,
You are right, the screenshot was made with the Joomla 3 template, now it seems that we have some work in order to keep this consistent with the Joomla 4 template.
We will work on our side in order to improve this on Joomla 4, in the meantime to immediately solve your problem and have what you need, follow me step by step :
1. Learn how to add custom css command thanks to this
documentation
.
2. Copy/past this code at the end of your Css file
=> Code Sample :
.add-on.hikashop_product_quantity_div.hikashop_product_quantity_change_div_regrouped a {
text-decoration: none !important;
color: rgba(118,118,118,1);
}
div#hikashop_product_quantity_field_1_area {
height: 50px;
border: 1px solid rgb(118, 118, 118) !important;
border-radius: 3px;
}
input#hikashop_product_quantity_field_1 {
border: none;
background: none;
}
.add-on.hikashop_product_quantity_div.hikashop_product_quantity_change_div_regrouped {
display: inline-block !important;
border: 1px solid rgb(118, 118, 118) !important;
border-width: 0 0 0 1px !important;
padding: 0 9px !important;
width: 30px !important;
background-color: #f7f7f7;
}
Note that we usually don't post ready to paste code in general but here, since we are in default, the situation is different and that is why we are providing this fix.
Plus, maybe there are some adjustments to process (to better fetter fit your contest made of your template and maybe custom css), if you need some help notify us and provide the
Url link where we can see your quantity input.
Sorry for the inconvenience, and thanks for your returns.
Regards