ORyan Posted June 7 Share Posted June 7 Hi there, I'd like to add an outline to the text on the home page to make it more visible. The site is: https://tracyjarretttestsite.squarespace.com TJsiteconcordia2022 I'd like to an an outline in #faf8f2 instead of the box that's currently there. Any help would be greatly appreciated! Thanks. Link to comment
tuanphan Posted June 9 Share Posted June 9 Add to Design > Custom CSS /* Outline text */ div#block-31ee46d5d1e57ebfa5b0 { border: 5px solid #faf8f2; background-color: unset !important; } 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
ORyan Posted June 10 Author Share Posted June 10 Thanks a lot tuanphan. When I put code in, it changed to underline the text, so I deleted it and saved. Now when I re-enter it nothing happens. Any tips? Link to comment
tuanphan Posted June 11 Share Posted June 11 21 hours ago, ORyan said: Thanks a lot tuanphan. When I put code in, it changed to underline the text, so I deleted it and saved. Now when I re-enter it nothing happens. Any tips? I see you figured it out? 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
ORyan Posted June 11 Author Share Posted June 11 Not yet - ideally I'd like to get rid of the coloured block behind the text and just add an outline to the text itself, like the image attached. Link to comment
tuanphan Posted June 13 Share Posted June 13 Try this CSS div#block-yui_3_17_2_1_1686392315923_3388 { background: transparent !important; } div#block-yui_3_17_2_1_1686392315923_3388 span { text-shadow: -2px 0 1px #000, 0 2px 1px #000, 2px 0 1px #000, 0 -2px 1px #000; letter-spacing: 5px; } 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
ORyan Posted June 13 Author Share Posted June 13 Thanks for your response. It does the following shadow instead of outline: Link to comment
tuanphan Posted June 15 Share Posted June 15 On 6/14/2023 at 2:45 AM, ORyan said: Thanks for your response. It does the following shadow instead of outline: Can you add it again? 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
ORyan Posted June 15 Author Share Posted June 15 Amazing. It works now. Thanks so much for your help and patience:) tuanphan 1 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