Notifications
Clear all

[Closed] How to remove the arrow and icons under the profile in a post?

2 Posts
2 Users
0 Likes
902 Views
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 6 years ago

How can I remove these from displaying...

1 Reply
Sofy
Posts: 4235
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @stocksforum,

Use the following CSS code to hide the section:

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