Quote from
Asgaros on January 19, 2018, 9:47 pm
Hello revkev,
basically you cannot say that a certain member is not part of a system because its a valid user of your WordPress installation. But what you could do is to hide the information that a certain member is an administrator from the members list. To do this add the following code to your themes style.css-file:
#af-wrapper .member-name small {
display: none;
}
Hello revkev,
basically you cannot say that a certain member is not part of a system because its a valid user of your WordPress installation. But what you could do is to hide the information that a certain member is an administrator from the members list. To do this add the following code to your themes style.css-file:
#af-wrapper .member-name small {
display: none;
}