FriendsOfFlarum / user-directory

The permission based public user directory extension for your Flarum forum.
https://discuss.flarum.org/d/5682
MIT License
22 stars 20 forks source link

How to edit this button in user profile #72

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, can i ask what put in css when i want edit this button in user card profile ? This is card inside discussion when open user profile. I need recolor this in to white color. Thanks 1121

clarkwinkelmann commented 3 years ago

The card on the discussion page is not managed by User Directory extension. That component is called the UserCard is we re-use it on the user list page.

The dropdown used in the UserCard has class .UserCard-controls. The 3-dot button is .UserCard-controls .Dropdown-toggle.

To customize the style everywhere but User Directory, you could use .UserCard:not(.UserCard--directory) or use other classes that are unique to the page the card is rendered on.

If there's actually a problem with User Directory please share more details and I'll re-open this :slightly_smiling_face: