Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228851
    AndreaFlisch
    Participant

    Hi
    I’ve got a question about capital letters in subtitle.
    All words start in capital letters an i would like to chose if it has to be a capital leter or not.
    i already tried with css text-transform: lowercase!important; or text-transform: none!important; but it dosent work.
    Site url is: andreaflisch.ch and the subtitle with has to be changed is: “Farb-, Stil- Und Imageberatung” the word “Und” is written in lower case letters bau apperas always as “Und” with a capital letter. how can i change that? i know it’s a tiny problem, but in german language the “Und” looks a bit weird with a captital letter.
    thanks in advance
    Greets Abdrea

    #228859
    Skandha
    Participant

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

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

    Let me know if this works out!
    Kind Regards,
    Skandha

    #229118
    AndreaFlisch
    Participant

    Hi Skandha

    Thank’s a lot for quick reply, it works 🙂

    Greets
    Andrea

    #229167
    Skandha
    Participant

    @andreaflisch: Hello Andrea, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/my-music-band/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Capital Letters in Subtitel’ is closed to new replies.