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 {
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
}


Previous
Previous

How to set effective boundaries in your business

Next
Next

How to Add Custom Name Fields in Squarespace Email Campaigns