Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter radu392

    (@radu392)

    Hey Robin, thanks for the answer. I put that in both the plugin and the theme but nothing has changed.

    Edit: As a sidenote, I also tried putting direct html codes trying to highlight the text in the post. I managed to highlight specific normal words, but as soon as I try to highlight the code, it still doesn’t work. Something somewhere must be overwriting any attempt.

    Edit: Found the right CSS code in case anyone will be looking for this. Here it is:

    #bbpress-forums div.bbp-topic-content code, #bbpress-forums div.bbp-reply-content code, #bbpress-forums div.bbp-topic-content pre, #bbpress-forums div.bbp-reply-content pre {
    color: #ff0000;
    background-color: #0000ff;
    border-color: #00ff00;
    }

    • This reply was modified 7 years ago by radu392.
    • This reply was modified 7 years ago by radu392.
    Thread Starter radu392

    (@radu392)

    Solved, the option to change the text on that page was under another tab for some reason.

    Please delete this thread if you can.

    • This reply was modified 7 years, 9 months ago by radu392.
Viewing 2 replies - 1 through 2 (of 2 total)