• I’ve been slowly tweaking the css of the twenty sixteen theme, but am having a heck of a time getting it to stop hyphenating post titles.

    I’ve tried adding a bunch of custom css suggested to others here and even changed the stylesheet to the following:

    .post-navigation .post-title,
    .entry-title,
    .comments-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;

    But none of that has worked. What am I missing?? Thanks in advance for the assistance.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove hyphens from post titles with twenty sixteen theme’ is closed to new replies.