Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #289750
    Bastien Chilloux
    Participant

    Hi,

    Why is the first letter of my slogan (under the site title, upper left corner) first words letter is necessary in capital ?
    The first letter of each word is displayed as uppercase letter, which is not the case on the text I have typed in the customise panel. I want my slogan to respect what I have typed in text, without uppercase when there is not.

    Let me know what I need to do (CSS or so) to disable this format issue.

    My custom slogan text : Directeur de la Photographie
    What is displayed : Directeur De La Photographie

    https://bastienchilloux.com

    #289762
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-description {
        text-transform: unset;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #289860
    Bastien Chilloux
    Participant

    Awesome !
    Thank you so much !

    #289861
    Skandha
    Participant

    @bastienchill: Glad the issue is resolved. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Uppercase slogan’ is closed to new replies.