Notifications
Clear all

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

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

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

Greetings

1 Reply
Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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.