Thread Starter
raveka
(@raveka)
This can be fixed with the following CSS:
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after {
display: none;
}
However I would still like to know why these are appearing at all?
Thanks!
Thread Starter
raveka
(@raveka)
For anyone reading I was able to resolve this myself using the following code:
<script>
function datePickerFixer() { // fixes readonly issue on mobile
document.getElementById('et_pb_contact_input858_0').readOnly = true;
}
datePickerFixer();
</script>
Just replace “et_pb_contact_input858_0” with the ID of your date picker input field. Boom, no virtual keyboard on mobile.
Thread Starter
raveka
(@raveka)
Dina,
I see now that this is a premium feature but it is possible.
Thanks!