Uppercase letters in City label Shipment details

Started by Zoi, October 22, 2021, 15:15:31 PM

Previous topic - Next topic

Zoi

Hello everyone

I am using VirtueMart 3.8.8 10472
with HELIX 3 FRAMEWORK

I want to force City label in Shipment Details to be written in Uppercase letters.

I explain further i want when my client enters the City with Lowercase letters to transform them in Uppercase with some CSS maybe like : text-transform: uppercase;
Which part of code i must select to do that?
To exist means to do

Zoi

I find it by accident i post it for others

In my custom CSS code i entered the code:

#city_field.required
{
    text-transform: uppercase;
}

and now when a client enters the City with lowercase letters it turns them to Uppercase
To exist means to do