Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57798
    Claire
    Member

    How can I stop the text from automatically putting hyphenation in the featured content area? I’ve managed to get rid of it from the whole site by using one of your posts but it doesn’t apply to this area.

    Also, I want to keep font color formatting within this area. I have some pink font dotted throughout the pages that I’ve using to link through to the featured content, but when it appears in the home page, it doesn’t carry this through.

    #57818
    Sakin
    Keymaster

    @Claire: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .hentry {
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      hyphens: manual;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured content area text formatting’ is closed to new replies.