Hello,
Thanks for this return too, but this time we have already correct this, I will guide you correct this as well in order to be able to wait while waiting for the next version.
Go to edit your bakend file css (from Main HikaShop Configuration => Display tab, then Css part).
Around line 3266, you have this :
.hika_j4 input, .hika_j4 .nameboxes, .hikashop_main_content input, .hikashop_main_content select {
padding: 0.6rem 0.6rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
border: 1px solid #ced4da;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
Remove in the selector this : "
.hikashop_main_content input, .hikashop_main_content select" to have finally this :
.hika_j4 input, .hika_j4 .nameboxes {
padding: 0.6rem 0.6rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
border: 1px solid #ced4da;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
Hope this will solve your issue.
Regards