2 Replies
Sep 04, 2020 3:53 pm
add this to custom css
#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo {
display: block !important;
}
Dashboard > Forums > Settings > Style (custom css)
Sep 04, 2020 4:16 pm
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