Home › Forums › Jevelin Theme › WooCommerce Checkout Field Problem
Home › Forums › Jevelin Theme › WooCommerce Checkout Field Problem
Hi!
I’m having a problem with the state checkout field on my store, the dropdown doesn’t appear. I tested the checkout process with another theme and it worked perfectly. Could you please help me fix this bug?
I’m using WooCommerce 3.8.1 and Jevelin 4.3.1
Thanx!
Hi @Luca,
I hope you are well today and thank you for your question.
You are using older version of the Jevelin theme so please update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Best regards,
Shufflehound team
I updated the theme but the problem persist…
Solution for this topic
You can display it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
select#billing_state.select2-hidden-accessible { position: static !important; width: auto !important; clip: unset !important; -webkit-clip-path: unset !important; clip-path: unset !important; height: auto !important; padding: 0px 20px !important; background-color: #FFF !important; border: 1px solid #e3e3e3 !important; }
Thank you!!!
You are most welcome here 🙂