Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #271342
    david-van-balgooi
    Participant

    Good evening,

    I found another minor bug in the Customization of the Theme, which may also be in other themes. In the Excerpt Options you can specify the text to display to “read more”. This box allows case-sensitive input. However when displayed on the website it capitalizes the first letter of each word as the screenshot illustrates:
    http://sportplatformwaddinxveen.nl/wp-content/uploads/2021/01/Screenshot-2021-01-18-205631.png

    In dutch it looks weird to have it say “Verder Lezen” instead of “Verder lezen”.

    Kind regards,
    David van Balgooi

    #271425
    Skandha
    Participant

    @david-van-balgooi: Hello David,
    For that
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

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

    #271432
    david-van-balgooi
    Participant

    Amazing, thanks for the solution.

    #271516
    Skandha
    Participant

    @david-van-balgooi: Hello David, 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/chique/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 ‘Excerpt Options’ is closed to new replies.