AI Assistant
Notifications
Clear all

[Closed] How to remove arrow meny under author.

2 Posts
2 Users
0 Reactions
1,936 Views
Posts: 1
Topic starter
Translate β–Ό
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@bengan94)
New Member
Joined: 7 years ago
[#8667]

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

Greetings

Screenshot 20190519 215130 Chrome

1 Reply
Sofy
Posts: 5781
 Sofy
Admin
Translate β–Ό
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@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.


Share: