Aug 12, 2018 8:46 pm
There is a button in the top right hand corner of the profile page that links to the site profile (UltimateUsersPro) How can I edit or delete this? See screenshot.
Thank you
2 Replies
Aug 12, 2018 9:44 pm
Hi @a_goer,
You can edit the "Site Profile" text of this link in Dashboard > Forums > Phrases admin page. Just search for that phrase, edit and change it.
In case you want to remove it, you should put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Then save it, delete all caches and press Ctrl+F5 on forum front to load new changes:
#wpforo #wpforo-wrap #wpf-pp-site-menu{ display:none; }
Aug 14, 2018 5:41 am
That worked!! thank you very much.