• Resolved craig3073

    (@craig3073)


    If you look at the state fields in the Checkout page the dropdown box looks empty until you start typing a letter. Then it only populates with the states that match the letter. Is there some way that when you click on the state box the dropdown menu shows the lists of states instead of a blank white box? I have set up the shipping preferences to the United states for both selling to and shipping to
    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • I should update the theme as the next thing to try. v2.2.5 is current and should have better compatibility with the current version of WooCommerce. Take a backup before updating.

    Thread Starter craig3073

    (@craig3073)

    Everything is up to date on the website. I deactivated the few plugins I have and it didn’t change anything.

    The text colour is white, which is correct everywhere else on your site. To change the text colour to dark gray just for this dropdown, try this custom css;

    #select2-billing_state-results {
      color:#444;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter craig3073

    (@craig3073)

    Thank you! It did work. Appreciate the help!

    • This reply was modified 7 years, 1 month ago by craig3073.

    I has worked, just hard-reload the page, or clear your browser cache.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Checkout State Field dropdown shows empty’ is closed to new replies.