leonardo2212 Posted March 27, 2020 Share Posted March 27, 2020 Dear All, I have a bizzare issue. On my homepage each word in product names starts with capital letter, not only first word. F. E. i have title "Engleski - mala škola" which shows "Engleski - Mala Škola". Once you click on product, name appears fully in capital letter (that is ok), and over it on category tree it shows normal, "Engleski - mala škola", as its stated in Back office/products. Please see attach and help... Since Im selling books, my customers and partners are more sensitive about that; one would expect that bookseller knows grammar. Thank you in advance! Leo Link to comment Share on other sites More sharing options...
NemoPS Posted March 27, 2020 Share Posted March 27, 2020 Check the css, it probably has a css text-transform: capitalize Link to comment Share on other sites More sharing options...
leonardo2212 Posted March 27, 2020 Author Share Posted March 27, 2020 Hello, I have 3 css files: bootstrap.css bootstrap.min.css landing-page.css In first I have tried to comment out (//) text: "capitalize", then I tried to change it to "lowercase", but nothing happend... I am a newbie at this, can you please instruct me how should I change that? Thank you so much, Leonardo Link to comment Share on other sites More sharing options...
amiable Posted March 27, 2020 Share Posted March 27, 2020 3 hours ago, leonardo2212 said: Hello, I have 3 css files: bootstrap.css bootstrap.min.css landing-page.css In first I have tried to comment out (//) text: "capitalize", then I tried to change it to "lowercase", but nothing happend... I am a newbie at this, can you please instruct me how should I change that? Thank you so much, Leonardo Hello Leonardo, I followed the URL that appears in the photo to see the fail. You have a other CSS file named: theme.css in this file the titles have the condition uppercase. You can find this file in /themes/classic/assets/css/theme.css Hope my indications are clearly and helful for you. Link to comment Share on other sites More sharing options...
leonardo2212 Posted March 28, 2020 Author Share Posted March 28, 2020 Thank you, I solved it. Went to /themes/classic/assets/css/theme.css and at product_title removed text_transform:capitalize. Now I have whole title in capital letters which actualy looks good so I left it like that. Best regards, stay safe and healthy 🙂 Leo 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