Skip to:
Content
Pages
Categories
Search
Top
Bottom

MEMBERS LIST – ADD FRIEND BACKGROUND COLOR


  • canadianmusicnetwork
    Participant

    @canadianmusicnetwork

    Hey Guys,

    Thanks for all of the help so far along. I spend my time looking up answers prior asking for help here in the forums, but the help we do receive we greatly appreciate it! Keep up the amazing work.

    Anyways, how would I change the background color of the box behind the ADD FRIEND in the members directly? Or Possibly just remove the GREY background around the ADD FRIENDS TAB in the members directory.

    I can find this = div.action using firebug, but what would come after to remove the background?

    Thanks in advanced!

Viewing 1 replies (of 1 total)

  • canadianmusicnetwork
    Participant

    @canadianmusicnetwork

    Figured out the solution to change the background of ‘ADD FRIEND’ in the Members Directory.
    If anyone needs to figure this out, just cut & paste this in the bottom of your style.css file
    and change the background accordingly.

    #buddypress ul.item-list li div.action {
    position: absolute;
    top: 15px;
    right: 0px;
    text-align: right;
    background-color: rgba(236, 236, 236, 0.01)
    }

Viewing 1 replies (of 1 total)
  • The topic ‘MEMBERS LIST – ADD FRIEND BACKGROUND COLOR’ is closed to new replies.
Skip to toolbar