Skip to:
Content
Pages
Categories
Search
Top
Bottom

Form Alignment and colors

  • @1christianvoice

    Participant

    This is what my form looks like when I upload Buddypress. Any suggestions. 🙂

    Activity

Viewing 3 replies - 1 through 3 (of 3 total)
  • @venutius

    Moderator

    What’s the issue? Is there content missing or wrong?

    @1christianvoice

    Participant

    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.

    @venutius

    Moderator

    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;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar