Border around bbPress

Hello Colorlib,

I might be overstaying my welcomness here but I am gonna make another post immediatley. (At least I am not asking two questions in one post! XD )

My project at: justunitecyprus.se has a forum, the same one that you guys are using here (bbPress). I am wondering about the nice border you have around the box that one is writing in. (This feels very meta as I am writing in that exact box now.) At my page that box isn’t showing up and therefor it isn’t at all very intuitive of where to write… Can I get the same box on my site with this dazzling theme?

Thank you again for beeing awesome!

This one is easy :slight_smile:

Add this code to Theme Options - Other - Custom CSS:

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border: 1px solid #eee;
}

You can change color code to any other but this should fit well with overall theme design.

Wow Great!! Thank you!!!