lixonic Posted September 28, 2010 Share Posted September 28, 2010 Hi there! i'm a newbie to prestashop. Pls help in changing the text-case to upper in tabs (tags => Tags ,categories =>Categories...etc).Thanks in advance Link to comment Share on other sites More sharing options...
MrBaseball34 Posted September 28, 2010 Share Posted September 28, 2010 run this in phpMyAdmin: update ps_tab_lang set name = upper(name) Link to comment Share on other sites More sharing options...
lixonic Posted September 29, 2010 Author Share Posted September 29, 2010 Thanks! but what i actually need is https://docs.google.com/leaf?id=0B8TskjPVV1JZZDZjNWU2ZjMtOTM4YS00ODgwLTkyY2UtOTFiZDE0N2E5MWVi&hl=en&authkey=CMWlkZoG Link to comment Share on other sites More sharing options...
MrBaseball34 Posted September 29, 2010 Share Posted September 29, 2010 There could be two ways to do this depending on your theme. Open modules/blockcategories/blockcategories.tpl.If you see something like this: Then you will have to open the image and modify it.If it is not an image, and you see something like this, you need to change this code to your liking. {l s='Categories' mod='blockcategories'} Link to comment Share on other sites More sharing options...
lixonic Posted September 30, 2010 Author Share Posted September 30, 2010 Thanks for the Help! :coolsmile: I've edited the Css in themes/prestashop/css/global.cssRemoved the text-transform:lowercase; for the class div.block h4Thanks again! :-) 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