Notifications
Clear all

[Solved] Show member profile buttons

3 Posts
2 Users
1 Reactions
640 Views
Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 6 years ago

Hello community.

Currently when a user comments on the forum, it looks like this:

Regardless of the forum layout that I have activated, I would like the user's booties to be shown without the need to press the arrow, like this:

How can i fix this?

2 Replies
Tutrix
Posts: 1526
(@tutrix)
Noble Member
Joined: 5 years ago

@hector

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo {
display: block !important;
}

Dashboard > Forums > Settings > Style (custom css)

 

Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 6 years ago

Thanks for your reply.

Also put this css to remove the little arrow:


#wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle {
display:none;
}

With the two configurations it looks like this:

Thank you again