How do we remove icons and avatars from search and dashboards?
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.