Plugin Support
Dina S.
(@themehighsupport)
Your issue needs a detailed check. Could you please raise a ticket through our website? We hope our technical team will be able to help.
Thank you!
Hi Dina,
Here is feedback from the Fluid Checkout team. They talk about a compatibility issue:
https://wordpress.org/support/topic/how-to-limit-shipping-to-one-specific-province/#post-18097625
Can you please take a look?
Thanks!
Plugin Support
Dina S.
(@themehighsupport)
Hi,
To fix the issue, we have added the below style in your Additional CSS file.
.woocommerce-checkout input[type=date] {
padding: 6px 15px;
}
Also, we have added the below code snippet inside your code snippets plugin.
add_action('wp_footer', 'th_add_red_border_2');
function th_add_red_border_2(){
?>
<script type="text/javascript">
(function($){
$('#shipping_date').addClass( 'input-text' );
})(jQuery, window, document)
</script>
<?php
}
We hope this will help.
Have a great day!