smoothkiller Posted July 23, 2013 Share Posted July 23, 2013 Hi to all, i´m new to prestashop and i need some help. I want that all Module Titels and Categories not been automaticly get uppercase. What i mean is if i add a new Category call it " Test" so that only the T is upper or if i add it TEST than it should be displayed as such. Whould great if someone could tell me where i can change this and how! Thanks a lot Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 open global.css file located in your theme directory, go to line ~292 there is something like: .block .title_block, .block h4 { padding: 6px 11px; font-size: 12px; color: #fff; text-shadow: 0 1px 0 #000; text-transform: uppercase; background: #383838; text-align: left; font-weight: bold; } remove the: text-transform: uppercase; param Link to comment Share on other sites More sharing options...
smoothkiller Posted July 23, 2013 Author Share Posted July 23, 2013 Hi vekia, thanks a lot for your answer. Well i removed the text-transform parameter but there was no change. Must i also change something in the theme css? I´m using Nice & Clean theme that should be a skin for the default one. Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 but i suggest you to change the theme css. can you paste the url to your website? i will check it Link to comment Share on other sites More sharing options...
smoothkiller Posted July 23, 2013 Author Share Posted July 23, 2013 Hi vekia, here is the url: store.eneranet.com Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 .cleantheme .block .title_block, .cleantheme .block h4 { background: transparent; color: #555555; font-size: 16px; font-weight: normal; padding: 0; line-height: 30px; height: 30px; text-align: left; text-shadow: none; text-transform: uppercase; border-bottom: 2px solid #f15a23; display: block; } + .block .title_block, .block h4 { padding: 6px 11px; font-size: 12px; color: #fff; text-shadow: 0 1px 0 #000; text-transform: uppercase; background: #383838; text-align: left; font-weight: bold; } in the cleantheme.css + global.css Link to comment Share on other sites More sharing options...
smoothkiller Posted July 23, 2013 Author Share Posted July 23, 2013 Thank you so much Vekia! Well now it worked that the Modules Titel are not any more uppercase.. Where must i edit so that the Listed Categories are no more uppercase and the CMS Pages... you will see what i mean when you go on the site! Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 each element in your store has got own css styles anhors also: .cleantheme #left_column .block li a { color: #555555; display: block; font-size: 14px; line-height: 20px; text-transform: uppercase; } Link to comment Share on other sites More sharing options...
smoothkiller Posted July 23, 2013 Author Share Posted July 23, 2013 Vekia THANKE YOU SO MUCH! thats what i call community!!!! Maybe you could also help me with the cart problem i have? http://www.prestashop.com/forums/topic/263568-removing-shipping-cost-from-cart-in-prestashop-1541/page__p__1314374 Link to comment Share on other sites More sharing options...
Recommended Posts