Font size in form dropdown menu inconsistent

Hi!

This my checkout form. The dropdown menus for STATE and COUNTRY show one size for the list of options to choose from and completely different size for the text that appears once you choose one of those options. How can I make these two text sizes uniform in size?

(See the screenshot below and note the difference between the text size of “California” and the rest of the states in the list to choose from.)

Thanks in advance!

Hello Brian,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 22px !important;
}

In case above code is not working, please share the URL of the website.

Here are some related links for further reading:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.