Disable Hyphenation Home › Forums › Agama Pro › Disable Hyphenation Topic Resolution: Resolved This topic has 1 reply, 2 voices, and was last updated 5 years, 3 months ago by Zex. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 28, 2018 at 11:39 pm #9898 m_adamsPRParticipant How do I disable hyphenated on all pages? July 29, 2018 at 12:14 pm #9899 ZexModerator Hello there! To disable a Hyphenation on all pages, insert following code into Customize->General->Additional CSS: body, p, h1, h2, h3, h4, h5, h6 { -moz-hyphens: none !important; -ms-hyphens: none !important; -webkit-hyphens: none !important; hyphens: none !important; word-wrap: normal; } Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In