The category titles on the VC Blocks (Block 1, Block 2, etc) and widget titles are always uppercase. Changing this to “None” or “Capitalise” in the theme panel has no effect. Changing it to “Lowercase” works. When I inspect the HTML source in the browser I see that the string is presented as uppercase – so I suspect that it is converted with PHP strtoupper() before it gets to the browser. Of course, CSS text-transform: capitalize; does not work on all-caps strings.
Where and how do I fix this?
Denis
-
This topic was modified 11 years by
potion.
Hi,
Plaese just remove the mb_strtoupper() function, like this: http://screencast.com/t/WsY0sHSu
Thanks
Hi,
We will think about this, you can use child theme so that an theme update won’t affect your changes. https://forum.tagdiv.com/child-theme-documentation/
Thanks for the message
Hi,
Are you still using newspaper 4? because this method used to work for the old version of the theme. Now the text is not capitalized anymore: http://screencast.com/t/C6pTPKQhE Please provide more details as to what you want help with. (Solutions from 2014 most likely will not work anymore on the current version of the theme)
Thank you!