prokopino Posted August 21, 2010 Share Posted August 21, 2010 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 More sharing options...
rocky Posted August 21, 2010 Share Posted August 21, 2010 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now