I need to change the text transformation in k2 items titles and i dont know where to change it. I had change all uppercase to none on CSS folders (template, menu, k2) but still i had uppercase on k2 item titles. Can anyone help?
Hi proothein
You can add to your custom.css
article header h1, article header h2 { text-transform:lowercase!important; }
Hope it helps
Do you mean to add this on template area, ADVANCED SETTINGS? pavit
proothein
Yes - enable the override css
It works! if i need the first letter Uppercase what should i do?
proothein if i need the first letter Uppercase what should i do?
Change from lowercase to capitalize
article header h1, article header h2 { text-transform:capitalize!important; }
GREAT!!! it works, thanks a lot!!!