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.

 

wpForo 1.x.x [Closed] How to remove arrow meny under author.

2 Posts
2 Users
0 Reactions
1,599 Views
Posts: 1
Topic starter
(@bengan94)
New Member
Joined: 6 years ago

How do I proceed to delete this menu? (See picture)

Greetings

1 Reply
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @bengan94,

Below is the CSS code allows to hide the arrow. You need to add the code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.

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

Please don't forget to delete all caches before checking.

The code I've provided hides the section from the desktop as well not only on mobile devices.