Capital letter country in language selector

Hello,

Right now in Language selector is name: Lietuviu ( lietuva ), but should be from capital letter Lietuviu ( Lietuva ). how to do it AND EDIT ?

2 Likes

Hi @eliaromabaltic

Can i take a look, would you mind to share your store URL? Thanks!

Yes. Sure. www.eliaroma.lt also I have isue that my main language is Lithuania and when I take English, and going by other pages like in bottom it automaticaly changes back to MAIN language Lithuania

1 Like

Thanks for the info, check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large span, .disclosure__list-wrapper {
    text-transform: capitalize;
}

And save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

2 Likes

Its working. Thanks a lot.

Maybe You can help me also for other problem as I mentioned ? Main language Lietuviu but when i choose English and for example privacy policy its automatic changes to main Lietuviu.

For header menu its ok, for footer is changing always. Can You please help me?