Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

2 Posts
2 Users
0 Reactions
1,057 Views
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 7 years ago

How can I remove these from displaying...

1 Reply
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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;
}