Hi, Jackie.
You need to add simple CSS stylesheet:
.issue-table-wrapper td > span.aui-avatar,
.issue-table-wrapper td > button.user-hover-trigger {
display: none;
}
You can inject it with Announcement Banner or use our app - My UI Toolkit
In app you can simply create script and bind it to global context:
I pasted into banner and it simply shows as the banner. Do I need to something else in the banner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In banner you need wrap into html tags.
<style type="text/css">
.issue-table-wrapper td > span.aui-avatar,
.issue-table-wrapper td > button.user-hover-trigger {
display: none;
}
<style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to community!
Could you share screenshots to explain what you are trying to remove from view?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.