What’s the issue? Is there content missing or wrong?
Thank you for responding, Venutius. I meant to post the activity page. The forms are scrambled and the background and font color need to be adjusted. If I could remove the search bar, it would look much better, but I don’t see where to do that.
Presumably it’s your theme that is causing that. One way to hide the search bar would be via CSS. you could try adding the following to your custom css in customizer:
div.dir-search.activity-search.bp-search {
display: none;
}