Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #246729
    Lard Breebaart
    Participant

    When using the Catch Sketch Pro theme all heading appear in Capitalized sentences. Can I turn this off?

    I have found this in CSS, but i don’t know how to change it:

    .author-info .author-description h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
    }

    #246734
    Skandha
    Participant

    @lardbreebaart: Hello there,
    Can you please post in your site URL and let me know for which text you would like to turn off capitalize?

    Kind Regards,
    Skandha

    #249766
    Krzysztof Lakomski
    Participant

    Hi,
    I’ve go the same problem. Can I turn this off?

    http://www.nakliszy.pl

    tekst “na kliszy”

    #249770
    Skandha
    Participant

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

    .slider-content-wrapper .entry-title {
        text-transform: none;
    }

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

    #249904
    Krzysztof Lakomski
    Participant

    It’s working 🙂
    Thnanks for help.
    Kind Regards
    Krzysztof

    #249926
    Skandha
    Participant

    @studhent: Hello Krzysztof, 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-sketch/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

    #249943
    Krzysztof Lakomski
    Participant

    Description slider i’ts ok. But i’ts still another problem. All heading appear in Capitalized sentences.

    Look at the pictures:

    http://nakliszy.pl/wp-content/uploads/2020/06/Clipboard01.jpg

    http://nakliszy.pl/wp-content/uploads/2020/06/Clipboard02.jpg

    #250036
    Skandha
    Participant

    @studhent: Hello Krzysztof,
    I checked your site and you seem to have resolved the issue. Is the issue resolved?

    Kind Regards,
    Skandha

    #250078
    Krzysztof Lakomski
    Participant

    I solved the problem.
    Added CSS Code

    .slider-content-wrapper .entry-title {
    text-transform: none;
    }
    h1, h2, h3 {
    text-transform: none !important;
    }
    .entry-meta .byline, .entry-meta .cat-links { display: none; }
    .entry-meta .posted-on { display: none; }

    Everything works.
    Thanks
    Kind Regards 🙂

    #250106
    Krzysztof Lakomski
    Participant

    I hope this is the last question. How to remove the inscription “archiwa” from the blog page and the block in which it is located, or how to change the name “archiwa” to another ?

    null

    Kind Regards
    Krzysztof

    #250133
    Skandha
    Participant

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

    .blog .custom-header {
        display: none;
    }

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

    #250176
    Krzysztof Lakomski
    Participant

    Yes, that’s a good code CSS. Everything works great.

    Thank you very much 🙂

    Kind Regards
    Krzysztof

    #250177
    Skandha
    Participant

    @studhent: Thank you for your wonderful review. Have a good day! 🙂

    Kind Regards,
    Skandha

    #254467
    Krzysztof Lakomski
    Participant

    Hello

    How to change the background color of a slideshow ?

    Whether what the arrow shows can be white ?

    http://nakliszy.pl/wp-content/uploads/2020/07/Clipboard01.jpg\

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘turn of “capitalize”’ is closed to new replies.