Lower Case letter for currency in "show cart"

More
12 years 3 months ago #21540 by jackparowisawe
Hi, at the top right by "show cart" the currency is in lower case, how can I change it so that it shows uppercase?

I use the South African Rand currency which need s to be displayed like this: R

Please assist.

Please Log in to join the conversation.

More
12 years 3 months ago #21542 by ivan.milic
Open template_css.css,

find this:

div.vmCartModule {
color: white;
font-size: 11px;
text-transform: lowercase;
}

change text-transform: lowercase; to

text-transform: uppercase;

Please Log in to join the conversation.

More
12 years 3 months ago #21554 by jackparowisawe
I have done so and still its showing lowercase??

Please Log in to join the conversation.

More
12 years 3 months ago #21557 by ivan.milic
Then add this to bottom of template_css.css

div.vmCartModule .total,
div.vmCartModule .total strong{
text-transform: uppercase!important;
}

Please Log in to join the conversation.

More
12 years 3 months ago #21560 by jackparowisawe
I have done so and still its not working.

Attached is the file, please check if its fine

Please Log in to join the conversation.

More
12 years 3 months ago - 2 years 7 months ago #21561 by jackparowisawe
Last edit: 2 years 7 months ago by milos.

Please Log in to join the conversation.

Time to create page: 0.093 seconds
Powered by Kunena Forum