Tagged: css capitalize text-transform
- This topic has 13 replies, 3 voices, and was last updated 4 years, 2 months ago by Krzysztof Lakomski.
-
AuthorPosts
-
May 15, 2020 at 5:04 am #246729Lard BreebaartParticipant
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;
}May 15, 2020 at 6:04 am #246734SkandhaParticipant@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,
SkandhaJune 12, 2020 at 6:21 am #249766Krzysztof LakomskiParticipantJune 12, 2020 at 6:36 am #249770SkandhaParticipant@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,
SkandhaJune 13, 2020 at 3:54 pm #249904Krzysztof LakomskiParticipantIt’s working 🙂
Thnanks for help.
Kind Regards
KrzysztofJune 13, 2020 at 11:01 pm #249926SkandhaParticipant@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,
SkandhaJune 15, 2020 at 2:23 am #249943Krzysztof LakomskiParticipantDescription 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
June 15, 2020 at 2:26 am #250036SkandhaParticipant@studhent: Hello Krzysztof,
I checked your site and you seem to have resolved the issue. Is the issue resolved?Kind Regards,
SkandhaJune 15, 2020 at 12:09 pm #250078Krzysztof LakomskiParticipantI 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 🙂June 15, 2020 at 3:28 pm #250106Krzysztof LakomskiParticipantI 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 ?
Kind Regards
KrzysztofJune 15, 2020 at 11:33 pm #250133SkandhaParticipant@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,
SkandhaJune 16, 2020 at 3:08 am #250176Krzysztof LakomskiParticipantYes, that’s a good code CSS. Everything works great.
Thank you very much 🙂
Kind Regards
KrzysztofJune 16, 2020 at 3:36 am #250177SkandhaParticipant@studhent: Thank you for your wonderful review. Have a good day! 🙂
Kind Regards,
SkandhaJuly 31, 2020 at 12:10 am #254467Krzysztof LakomskiParticipantHello
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\
-
AuthorPosts
- The topic ‘turn of “capitalize”’ is closed to new replies.