Display issues on the front-end in BuddyPress

Hello,

This might be a very quick fix but I am just having a little trouble. Everything works great and I love this plugin but when I click “Media” in my buddypress menu it displays some fixed text that I have created in my wordpress index.php file.

I have tried the display:none; in the custom css to remove it, which it did, but it also removed the text from every page of my website. I know that this text (from the index.php) is being pulled in from somewhere, however, locating it is proving a big problem at the minute.

Any help would be greatly appreciated.

Kind regards.

Hello,

I have managed to fix this issue (as far as i can see). For any one who may ever experience this issue I just placed the below code in the custom css box:

body.media #posts p { display:none; } body.media h2.post-title { display:none; }

Kind regards.