How do I eliminate hypens the headlines and body text, using the upgrade?
-
I can’t find info on how to eliminate hyphens. I purchased the upgrade.
The blog I need help with is: (visible only to logged in users)
-
Hi there – this code should do the trick:
.site-header, .entry-header, .entry-content, .widget-area .widget, .comment {
-moz-hyphens: none;
word-wrap: normal;
}You can add it to your Custom CSS under Appearance > Custom Design. Click the CSS tab, add it under the green comments, and click Save Stylesheet.
Just let me know if you need further help.
-
-
- The topic ‘How do I eliminate hypens the headlines and body text, using the upgrade?’ is closed to new replies.