Home Forums Pro Themes Kids Education Pro Every first letter is big in headlines

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #143773
    anyworx
    Participant

    Hello Community,

    I want to deactivate, that every first letter is big.

    This time:

    “Herzlich Willkommen Auf Der Homepage Der Friedensschule Neustadt!”

    It should look like this:

    “Herzlich willkommen auf der Homepage der Friedensschule Neustadt!”

    How can I solve that?

    #143778
    Psink
    Keymaster

    Hello Adrian

    Can you please share your site URL?

    Regards,
    Psink

    #144462
    anyworx
    Participant

    Yes, of course:

    https://www.friedensschule-neustadt.de/

    For a school it is very important to have a presentation with a correct spelling. So this change is very needed…

    #144567
    Psink
    Keymaster

    Hello Adrian

    Please Add this CSS in the Additional CSS – to avoid the first letter being capitalized

    
    .entry-title{
         text-transform: none;
    }
    

    To add this in the theme please, Go to Admin Panel >> Appearance >> Customize >> Additional CSS, There you can paste the above CSS

    Regards,
    Psink

    #146310
    anyworx
    Participant

    Very good, it works! In the style.css I’d found often “text-transform: uppercase;” or “text-transform: capitalize;”. So I’ve replaced all of them to “text-transform: none;”… now everything is fine 😀

    Best Wishes,
    Adrian

    #146322
    Psink
    Keymaster

    It’s great to hear, now it’s all good on your site 🙂

    Regards,
    psink

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.