- Posts: 6
- Thank you received: 0
Lower Case letter for currency in "show cart"
-
jackparowisawe
Inactive member - Topic Author
- New Member
Less
More
12 years 3 months ago #21540
by jackparowisawe
Lower Case letter for currency in "show cart" was created 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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21542
by ivan.milic
Replied by ivan.milic on topic Lower Case letter for currency in "show cart"
Open template_css.css,
find this:
div.vmCartModule {
color: white;
font-size: 11px;
text-transform: lowercase;
}
change text-transform: lowercase; to
text-transform: uppercase;
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.
-
jackparowisawe
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 3 months ago #21554
by jackparowisawe
Replied by jackparowisawe on topic Lower Case letter for currency in "show cart"
I have done so and still its showing lowercase??
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21557
by ivan.milic
Replied by ivan.milic on topic Lower Case letter for currency in "show cart"
Then add this to bottom of template_css.css
div.vmCartModule .total,
div.vmCartModule .total strong{
text-transform: uppercase!important;
}
div.vmCartModule .total,
div.vmCartModule .total strong{
text-transform: uppercase!important;
}
Please Log in to join the conversation.
-
jackparowisawe
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 3 months ago #21560
by jackparowisawe
Replied by jackparowisawe on topic Lower Case letter for currency in "show cart"
I have done so and still its not working.
Attached is the file, please check if its fine
Attached is the file, please check if its fine
Please Log in to join the conversation.
-
jackparowisawe
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 3 months ago - 2 years 7 months ago #21561
by jackparowisawe
Replied by jackparowisawe on topic Lower Case letter for currency in "show cart"
Sorry here
Last edit: 2 years 7 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.093 seconds