Remove Hyphens
What does this code do?
This code snippet will allow you to remove any hyphens that appear when your screen adjusts to different screen sizes.
Code Snippets
Copy and paste this code into Design > Custom CSS
/* Get Rid of Hyphens */ body, p, h1, h2, h3, h4 { hyphens: none !important; hyphens: none !important; hyphens: none !important; hyphens: none !important; }
How To Use It
Copy and paste the code as indicated above.