Thread Starter
zbgc
(@zbgc)
After enquiry with the bbPress forums, this is the solution that you put into the child theme, or the css plugin you’ve installed (I use Simple Custom CSS)
#bbpress-forums .reply {
font-size: inherit;
padding: inherit;
position: relative;
right: inherit;
top: inherit;
}
This puts the answer exactly where it’s supposed to be. So I call that a win 🙂
Thread Starter
zbgc
(@zbgc)
FYI – it’s intermittent too >.<
Can you say how to change the font-awesome icons with the featured boxes?