LHS Posted October 31, 2021 Share Posted October 31, 2021 I want to change the font colour of text, but only the first letter of a word, eg. "Leading Learners" so I want to change all the "L" to green. Any suggestions? Link to comment
Beyondspace Posted October 31, 2021 Share Posted October 31, 2021 13 minutes ago, LHS said: I want to change the font colour of text, but only the first letter of a word, eg. "Leading Learners" so I want to change all the "L" to green. Any suggestions? I think we can set it with some Css code, regarding the term: Css pseudo element - first letter If you need a support to implement it, kindly share your site with protected password and take a screeshot of where you 'd to apply this style BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
LHS Posted October 31, 2021 Author Share Posted October 31, 2021 1 hour ago, bangank36 said: I think we can set it with some Css code, regarding the term: Css pseudo element - first letter If you need a support to implement it, kindly share your site with protected password and take a screeshot of where you 'd to apply this style Currently, I am trying to use the markdown. So this is the code I have so far <span style="color:#365327"> L -- </span>eading Lifelong Learners But actually, I think the heading 2 is too large, so want to change the font size more. Also, the idea is that I can't bring the text "eading Lifelong Learners" up to align with the "L". Link to comment
tuanphan Posted November 2, 2021 Share Posted November 2, 2021 On 11/1/2021 at 1:06 AM, LHS said: Currently, I am trying to use the markdown. So this is the code I have so far <span style="color:#365327"> L -- </span>eading Lifelong Learners But actually, I think the heading 2 is too large, so want to change the font size more. Also, the idea is that I can't bring the text "eading Lifelong Learners" up to align with the "L". Try this <span style="color:#365327;font-size:30px;">L</span>eading Lifelong Learners Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment