Skip to:
Content
Pages
Categories
Search
Top
Bottom

Topic replies in uppercase (capitals)

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robkk
    Moderator

    @robkk

    This is caused by some styles from your theme that is for WordPress comments reply link.

    Add this custom CSS snippet to a custom css plugin or in a child themes style.css file

    #bbpress-forums .reply {
      text-transform: inherit;
      font-family: inherit;
      font-size: inherit;
      letter-spacing: inherit;
    }

    cmfdrj
    Participant

    @cmfdrj

    Thank a lot Robkk, it’s fixed now.

    The theme we are using, Brunelleschi, does have a convenient “Custom CSS:” box in which I simply pasted the code you posted and voila.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar