Shop Categories

X

Disable Hyphenation

Home Forums Agama Pro Disable Hyphenation

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9898
    m_adamsPR
    Participant

    How do I disable hyphenated on all pages?

    #9899
    Zex
    Moderator

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.