• Resolved Renz_r

    (@renz_r)


    Hi all

    In the final stages of checkout I’m noticing that state does not appear even though it has been selected.

    not sure what’s going on here can anyone advise the best way to fix this is?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support wpnomad a11n

    (@wpnomad)

    Hi @renz_r ,

    Are you referring to this field: https://d.pr/i/ij5efa ?

    If so, then the selected states are not showing because the checkout page’s label styling is on top of the selected state names (so they are basically selected, but are hidden behind the “State” label).

    Display of the site including the checkout page is controlled by the theme. I recommend reaching out to your theme’s developers so they can fix the styling of checkout form labels.

    Do let us know if you have any further queries.

    Thread Starter Renz_r

    (@renz_r)

    Hi @wpnomad

    thanks for getting back to me. Yes correct that’s the field.

    is there php I can add or edit in order to Unhide the state label?

    This isn’t my site but a client and the theme is now redundant but they havent chosen to migrate to a new theme

    Plugin Support wpnomad a11n

    (@wpnomad)

    Hi @renz_r ,

    Please try adding the following custom CSS:

    span#select2-billing_state-container {
        margin-left: 152px;
        margin-top: 5px;
    }

    State field would look like this after the CSS is added: https://d.pr/i/pjXLCk

    Do let me know if that works!

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there! ??

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘State’s dont appear in Checkout once selected’ is closed to new replies.