Hyphenation Home › Forums › Agama Pro › Hyphenation Topic Resolution: Resolved This topic has 7 replies, 2 voices, and was last updated 3 years, 7 months ago by Zex. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts November 9, 2019 at 5:56 pm #20230 GhostParticipant Hi Zex! Can you please advice how to disable hyphenation on whole site? I would like normal word wrapping. Thanks in advance! November 10, 2019 at 12:09 pm #20268 ZexModerator Hello, Ghost! Please insert the following code into CUstomizing ->General->Additional CSS: body p{ -webkit-hyphens: none; -ms-hyphens: none; hyphens: none!important; } Regards November 10, 2019 at 6:55 pm #20296 GhostParticipant Hi Zex! Thanks for fast reply. Unfortunately there is still some words of from page that are hyphenated. Those are news titles on side bar for main page. Appreciate your support. November 11, 2019 at 9:34 am #20314 ZexModerator Hello, Ghost, Instead of the code I gave you above, try to insert this one (or delete the “p” from the above code): body { -webkit-hyphens: none; -ms-hyphens: none; hyphens: none!important; } Regards November 11, 2019 at 4:22 pm #20354 GhostParticipant Hi Zex! As you can see on my web page code from above did not help. Right side bar news titles are hyphenated. Regards November 11, 2019 at 4:30 pm #20355 ZexModerator Hi, In that case, try this one instead: p, a, h1, h2, h3, h4, h5, h6 { -webkit-hyphens: none; -ms-hyphens: none; hyphens: none!important; } Regards November 11, 2019 at 4:41 pm #20357 GhostParticipant Hi, thanks a lot! That piece of code finally did the trick. Regards. November 11, 2019 at 4:42 pm #20358 ZexModerator I’m glad we found the right solution. Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In