obrienleeanne Posted January 6, 2020 Share Posted January 6, 2020 Hi there, I am wanting to eliminate the hyphenation when headers are seen on mobile - see attached images. Site: https://blenny-tuatara-4768.squarespace.com/ Password: ebony Any help appreciated, thank you. Lee-Anne Link to comment
christyprice Posted January 6, 2020 Share Posted January 6, 2020 Hyphens drive me crazy! I always add this code to any Squarespace site I create: /* remove hyphens */ p, h1, h2, h3 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; } You can find exact steps and another couple of snippets I use often in my blog post on Custom CSS Every Squarespace Website Needs. christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
obrienleeanne Posted January 6, 2020 Author Share Posted January 6, 2020 Thank you, Christy! So appreciate the help ; ) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.