Answered

Remove text-transform:uppercase

Mon Dec 2, 2013 7:38 pm
Hello,

As the title states I would like to remove text-transform:uppercase from css from everywhere on the template.the problem is that i cant find the css line to change.(I use firebug and i doesn't display the location of the css). I want to do this because I m using a polytonic language(Greek) and when letters turn uppercase it looks bad. Is there any way to do that?
thanks in advance
The administrator has disabled public write access.
Mon Dec 2, 2013 7:47 pm
Firebug always show the location of the file if you know to use it properly. If you can also Google Developers tools for the same.

You did not say which template you are using or did not post this topic under any template support section.

Anyway, all our templates mainly has two css files.
1. templates\template_name\css\template.css
2. templates\template_name\css\virtuemart.css

You can easily open these files using any text editor (like NotePad). Then use standard find and replace method (key Ctrl+H) find and remove css
text-transform: uppercase;

You can also read this post to learn more about css editing in any site: www.virtueplanet.com/vp-megamart-joomla-...font/index.php#10952
Post your reviews about us on our Facebook Page.
Post your testimonials and suggestions Here.
Don't forget to Close your topic when resolved.
The administrator has disabled public write access.
Tue Dec 3, 2013 4:31 pm
Hello again and thanks for the help.

consider this case solved. I found the code in the files you pointed for me and now its ok. For the story firebug just displayed something like file_name.css?/1.5b and i got confused. thanks again for the support.
The administrator has disabled public write access.
Tue Dec 3, 2013 6:03 pm
Okay. I am glad to here that.

Next time onward please post your queries under respective product support category for better understanding.
Post your reviews about us on our Facebook Page.
Post your testimonials and suggestions Here.
Don't forget to Close your topic when resolved.
The administrator has disabled public write access.