How can i hide roles from profile view

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
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,
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.