hstrom Posted May 13, 2018 Share Posted May 13, 2018 (edited) Hi, I have just started to fix our Prestashop site, but most fields (Name, Features etc) which is shown on frontend have capital letters (i.e. "My Product Is A Fine Product", instead of "My product is a fine product"). How can I set this? Do I need to set a css override, and how do I do that? Using Prestashop v1.7. With kind regards, - Johan. Edited May 14, 2018 by hstrom (see edit history) Link to comment Share on other sites More sharing options...
hstrom Posted May 15, 2018 Author Share Posted May 15, 2018 I found /themes/classic/assets/css/theme.css, copied it to custom.css and alter all text-transform:capitalize to none - it sorted it out... Link to comment Share on other sites More sharing options...
fab68 Posted May 11, 2019 Share Posted May 11, 2019 On 5/15/2018 at 4:02 PM, hstrom said: I found /themes/classic/assets/css/theme.css, copied it to custom.css and alter all text-transform:capitalize to none - it sorted it out... Hi all, I have the same problem with PS 1.7.5.1 I have tried the above and refreshed the page but no success. I have also tried doing the same changes to the theme.css file but no luck. Is anyone able to help me? Many thanks in advance Link to comment Share on other sites More sharing options...
SectioPrima Posted January 6, 2020 Share Posted January 6, 2020 Have the same problem. Anyone worked this out yet? Link to comment Share on other sites More sharing options...
SectioPrima Posted January 6, 2020 Share Posted January 6, 2020 Found a possible solution here: https://github.com/PrestaShop/PrestaShop/issues/10239 Will try it to see if it works... Link to comment Share on other sites More sharing options...
Alex Nicoli Posted March 1, 2020 Share Posted March 1, 2020 Hi all, I am pretty new here and I would appreciate some help. My PS 1.7.6.3 display capital letters for each new word. For example: This Is Third Post For XipBlog. This is the same for any word in the shop. Title, subtitle, product title, pblog, news page, subtitle... everywhere. Can someone help me please? Link to comment Share on other sites More sharing options...
Alex Nicoli Posted March 3, 2020 Share Posted March 3, 2020 Any help please? Link to comment Share on other sites More sharing options...
DanneV Posted July 19, 2021 Share Posted July 19, 2021 Not through the admin, but straight into the server files: find your theme/template's css-file, search for "text-transform: capitalize" and remove it. Example: In PS 1.7.7: themes/classic/assets/css/theme.css and you'll find it on line 9548 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