Tagged: hyphen, hyphenation
- This topic has 11 replies, 5 voices, and was last updated 6 years, 3 months ago by
SShellerina.
-
AuthorPosts
-
July 15, 2013 at 11:14 pm #11861
saludypaz
ParticipantIs there a way to turn off the automatic hyphenation on pages?
wp.saludypaz.org
July 15, 2013 at 11:40 pm #11864Sakin
Keymaster@saludypaz: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site-content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
July 16, 2013 at 8:35 pm #11915saludypaz
ParticipantThank you!
June 18, 2014 at 10:56 am #35222metroponds
ParticipantI have tried adding that code and it is not working for me. Why in the world would a web site EVER want auto hyphenating. Ridiculous. email addresses and phone numbers looks wrong, etc.
Can you please assist? site is http://premierpond.com
June 19, 2014 at 12:26 am #35312Sakin
Keymaster@Michael: You are using different theme so you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
#content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
June 19, 2014 at 1:03 am #35321metroponds
ParticipantThanks – still does not work.
June 19, 2014 at 1:14 am #35322Sakin
Keymaster@Michael: There is issue in your custom CSS. there is no closing bracket of this css. Missing
}
. Add the missing}
where you need for only devices with 480px.
@media screen and (max-device-width: 480px){
July 22, 2014 at 7:19 am #41250kathleenjm
MemberHi, I’ve tried all of these suggestions above but they are still not working to remove the hyphenated words on the page. Can you offer any insight? My website theme is Catch Everest.
July 23, 2014 at 12:07 am #41281Sakin
Keymaster@kathleenjm: For Catch Everest theme, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.site-content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
February 18, 2017 at 9:13 am #110152SShellerina
Participantsite: xi.notocon.org, using the adventurous theme
when i put the recommended CSS code (the one below) in at “Appearance => Theme Options => Custom CSS” box, it 1) didn’t work and 2) now my Custom CSS box has disappeared, so I can’t even get back there to make any alterations.
#content article {
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}February 18, 2017 at 10:49 am #110162Sakin
Keymaster@sshellerina: Now, custom css has been supported by WordPress from version 4.7. So now you can add custom css in “Appearance => Customize => Additional CSS”. What’s not working can you let me know? When I check in your site it working fine.
February 18, 2017 at 11:36 pm #110194SShellerina
Participanti was able to figure it out… pretty much immediately after i posted lol
thanks for the help though
-
AuthorPosts
- The topic ‘Hyphens’ is closed to new replies.