alechungry Posted May 28 Posted May 28 Hi, I'm trying to edit the "Read More" link to simply read "Read more" without the second word capitalized. An obsessive tweak, I know. None of the code from other similar entries seems to work. Any ideas? Thanks!
Lesum Posted May 28 Posted May 28 @alechungry Hi! You can try adding this code snippet under Utilities > Website Tools > Custom CSS. .sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link { text-transform: lowercase !important; } .sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link:first-letter { text-transform: uppercase !important; } Daniel-92 and tuanphan 2 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment