Default selection font-weight

Hi there,

How do I update my default 400 weight font of selections, variations, etc… to be font-weight: 500;

Take a look at the picture below

Hello Katarina,

Thanks for writing to us.

It seems that you are trying to change the font-weight of the checkout page “Country / Region” select box. Regretfully there is no option to change it. You can achieve it through custom CSS. For that, you need to add this custom CSS under Pro—>Theme Option —>CSS.

select.country_to_state option {
    font-weight: 500;
}

Please feel free to change the font-weight as per your design.

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

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