Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Spell Friend
    #967261

    Btw the db is set to utf8_general_ci collation

    Spell Friend
    #967594

    Thats weird. No answer after 2 days…

    Saguaros Moderator
    #967862

    Hi Spell,

    As I can see that the category name is displaying without the ‘ now, is that correct?

    For the author name, you can open the file: ROOT/templates/ja_teline_v/css/custom.css (create this file if it doesn’t exist)

    and add this css rule:

    .magazine-item .article-aside {
      text-transform: lowercase;
    }
    Spell Friend
    #967928

    I doesnt show the ‘ because i write the words without it. I added your code but it makes all lowecase. Is it a way to keep the first letter Capital and the rest lowercase. I mean a name is written Ablabla Tototo, not ablabla tototo. Like it keep it in Article title. What should i add to custom.css?

    Thank you again for your time.

    Saguaros Moderator
    #968054

    You can change above code to:

    .magazine-item .article-aside {
      text-transform: inherit;
    }

    I thought you want all in lowercase.

    Spell Friend
    #968215

    It worked great for Article Authors. Can i do it for module titles too?

    Tried this form, but no luck

    .module-title {text-transform: inherit; }

    Saguaros Moderator
    #968338

    Which module are you referring to? you can send URL and screenshot here.

    Spell Friend
    #968517
    This reply has been marked as private.
    Saguaros Moderator
    #968610

    I add css override into the ‘custom.css’ file and the module title displays properly now.

    Spell Friend
    #969117

    Thank you. that made te trick. 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  Spell 8 years ago.

The topic ‘Capital letters Uppercase / lowercase’ is closed to new replies.