Skip to main content

turn off hyphenation

Comments

1 comment

  • Ariel H.

    Hi Jose,

    Yes, it is possible to turn off auto-hyphenation, but it requires custom CSS. For example, if you want to disable hyphenation for a paragraph, you can use the following CSS:


    p {
        hyphens: none;
    }

    You can add this CSS by navigating to Appearance -> Customize -> Additional CSS in your WordPress dashboard. Once applied, it will prevent hyphenation for all paragraphs on your site. If you want to target specific elements, you can replace p with the appropriate class or ID.

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.