Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #246346
    Heinz
    Participant

    Hi
    Is it possible to change everything from upper case to upper case and lower case in the buttons?
    Many thanks for the help.
    regards
    Heinz

    #246384
    Skandha
    Participant

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

    .more-link {
        text-transform: lowercase;
    }

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

    #246391
    Heinz
    Participant

    Hallo Skandha
    Vielen Dank. Jetzt kommt alles in Kleinbuchsteben. Gross- und Kleinbuchstaben, wie man es eingegeben hat, ist das auch möglich?
    Vielen Dank.
    Grüsse
    Heinz

    #246393
    Skandha
    Participant

    @henebe: Hello Heinz,
    Use the following code instead of the above.

    .more-link {
        text-transform: unset;
    }

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

    #246399
    Heinz
    Participant

    Vielen Dank!!! Ich wünsche Dir einen schönen Tag.

    #246401
    Skandha
    Participant

    @henebe: Hello Heinz, 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/catch-fullscreen/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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Uppercase and lowercase letters and bettons’ is closed to new replies.