Jump to content

How can i change the uppercase text transformation in block labels?


Recommended Posts

Hello from Greece.

I want to change the uppercase text transformation in blocks labels (TAGS, CATEGORIES, FEATURED PRODUCTS, MANUFACTURERS, INFORMATION....and go on...)

I want NO text transformation!
I tried in global.css in my theme (assembly) but nothing happens!
I think this is a global setting, not a theme setting, because it is uppercase in ALL themes, but i don't know how can i change it!!!

Can any body help me about this?

Thank you for your time, thank you for your help!

Link to comment
Share on other sites

The uppercase setting should be in your global.css. It is in the default PrestaShop theme in the /* Default block style */ section:

div.block h4 {
   text-transform: uppercase;



Remove the text-transform: uppercase; from the above CSS block.

  • Like 1
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...