Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Public and Private Message button colors


  • cmeistercs
    Participant

    @cmeistercs

    I want to change the messaging button colors in the profiles. I also want to resize the buttons and button text to make them a bit larger. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

  • Venutius
    Moderator

    @venutius

    Hi, which BP Theme are you using? You can tell by looking in Settings>>BuddyPress>>Options.


    cmeistercs
    Participant

    @cmeistercs

    Hi, I just checked. It says Buddypress Legacy.


    Venutius
    Moderator

    @venutius

    So just to be clear, it’s the messaging buttons in the members profile header that you want to change?


    Venutius
    Moderator

    @venutius

    If so the classes involved are .friendship-button .activity-button and .send-message. so you could add to your custom css:

    .friendship-button, .send-message, .activity-button {
        font-size: 24px
        background-color: blue
    }

    Something like that should do it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar