Hide filenames in activity stream RTMedia

Hello, can you tell me the code and which file to modify to hide filenames from media uploaded by users? Thanks in advance!

Attachment Link(s):

https://rtcamp.com/wp-content/uploads/rtMedia/topics/62918/2014/03/example.jpg

Add this following CSS code in your theme's style.css file or in rtMedia custom CSS in rtMedia admin setting.

#buddypress .rtmedia-activity-container .rtmedia-item-title { display: none; }

Regarding second mark you had made in attachment, it is coming from BuddyPress Activity Plus plugin I think.

You're right the second one was the other plugin. I was able to disable that one now that I'm using RT Media. It worked brilliantly thanks so much for the quick response!

Glad to know that your issue is fixed :)