CSS lowercase!

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jul 23, 2014 12:15 pm
Reply with quote
Report this post
Hello folks,

I would change the CSS uppercase in whole template to lowercase! How can I do this?
Including VM!
User avatar
Fresh Boarder

GK User
Wed Jul 23, 2014 9:52 pm
Reply with quote
Report this post
To lower case or to standard - as entered in admin - case?
User avatar
Moderator

GK User
Fri Jul 25, 2014 9:47 am
Reply with quote
Report this post
I would like to seem like this: "Men's Clothing" as normal text. This transform must be change at whooooole template! Virtuemart, Modules titles, H1, H2, H3 etc... Exist way to change all of them .css files with one command? Thanks!
User avatar
Fresh Boarder

GK User
Fri Jul 25, 2014 3:06 pm
Reply with quote
Report this post
Changing core .css files is not best idea, as with update you will lose all your modifications.
Instead use override.css and create there one selector:
Code: Select all
* {text-transform: none !important}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron