Skip to:
Content
Pages
Categories
Search
Top
Bottom

custom add friend link?

  • I have been modifying the buddypress member loop and i would like to know what i can do about just having an add to friend link instead of the button?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Simply re-style it, it’s only an anchor element nested in a div; CSS adds the visual styling to the anchor to create the button look.

    oh great! thanks

    Not sure what classes you may have but you would work off a descendent selector set along these lines:

    .directory #members-list .div.generic-button a {remove lots of styles here then add yours} or if you wanted to simply style all the buttons make the selector set more generic by removing parent /antecedent selectors

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom add friend link?’ is closed to new replies.
Skip to toolbar