Jump to content

font tranformation


mike99

Recommended Posts

Hello
on the csv file from my supplier all the category`s name and products names are in uppercase.i need to change them in capitalize.i played with global.css ,lower case works but i can not make it work in capitalize.
thank you in advance

Link to comment
Share on other sites

You can try: {text-transform:capitalize}

I would personally add a function when you import and use "ucwords()"

This function will capitalize the first letter of each word.

You could also write a small function that looped through each record to update them if you do not want to import a second time. :-)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...