Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How can i hide roles from profile view
Jone
New
I'd like to hide users role from profile view.
I did .Roles{ display: none; }
But that didn't work. how can i do that?
Thanks,
0
Comments
almost !
dd.Roles,dt.Roles{display:none;}
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks but that didn't work for me. strange?
well then you must use more specific selector try with !important before you use the stuff below, if that don't work then you must link me coz guessing sucks...
dd.Roles,dt.Roles{display:none!important ;}
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
just use
dd.Roles,dt.Roles{display:none!important;}
this will work, I just tested it on your site....
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Yes! Thank you very much. That work!
if you want to hide them properly, check out Hidden Roles plugin, you have to check hide fro each role.
grep is your friend.