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

How To Use It

  1. Copy and paste the code as indicated above.

Rebecca Grace

Rebecca Grace is a Squarespace CSS Expert and Website Designer.

https://rebeccagracedesigns.com
Previous
Previous

Edit the Background Video for Mobile

Next
Next

Turn the Header Navigation Links into Buttons