How to Remove Hyphenation Throughout Your Website
Not loving the word break with the hyphenation on your website? Use this snippet of code to remove hyphenation through your website and keep words intact!
In this video I cover:
Where to insert your code in your website to update the hyphenation
The specific code used to achieve this look (see below)
Show Notes
0:30 Copying code into custom CSS to remove hyphen
P, h1, h2 { hyphens: manual !important; hyphens: manual !important; hyphens: manual !important; hyphens: manual !important; }