Home Forums Weaver Xtreme Theme Remove auto-hyphenation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18402
    rockstaraimz
    Participant

    How do I turn off auto-hyphenation in Weaver Xtreme? Or is this a WordPress issue? I am using WordPress 4.3.1 and Weaver Xtreme 2.0. Thanks.

    #25247
    Weaver
    Keymaster

    By default, Weaver Xtreme does NOT enable auto-hyphenation.

    There is an option under Customizer : Layout : Content that controls this. Be sure it is off.

    Otherwise, some plugin must be doing that to be helpful….

    Adding this to the Weaver Xtreme Custom CSS (Customizer : Custom CSS : Global Custom CSS) should stop it:

    body {-webkit-hyphens:none !important;-moz-hyphens:none !important;-ms-hyphens:none;hyphens:none !important;}

    The !important might or might not be necessary depending on who/how the hyphenation is being added.

    #25248
    rockstaraimz
    Participant

    Fixed it! Thanks!

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