AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Button under avatar

3 Posts
2 Users
1 Reactions
1,181 Views
Posts: 85
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
(@zeeshan333)
Estimable Member
Joined: 7 years ago
[#11267]

Is there a way to remove the button under the avatar? Please see screenshots below

https://prnt.sc/q91vdo

https://prnt.sc/q91vgr

Cheers

 Screenshot 6

2 Replies
Sofy
Posts: 5777
 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@zeeshan333,

You can hide it using CSS codes. 

To tell the truth I don't follow you well. If you want to hide the toggle icon with the member profile buttons, use the following CSS code:  

div.wpforo-membertoggle {
display: none;
}

If you want to hide the toggle icon but keep displaying the member profile buttons, you'll need to use the following CSS code: 

#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo {
display: block !important;
}
#wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle i.fas.fa-caret-up {
display: none;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    


Posts: 85
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
(@zeeshan333)
Estimable Member
Joined: 7 years ago

Brilliant. Thank you very much.


Share: