Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Icons & Avatars

Jackie De Groot April 11, 2025

How do we remove icons and avatars from search and dashboards?

 

 

2 answers

2 votes
Paul _Addonix_
Atlassian Partner
April 12, 2025

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:

Screen Shot 2025-04-12 at 1.08.37 PM.pngScreen Shot 2025-04-12 at 1.08.51 PM.png

Jackie De Groot April 14, 2025

I pasted into banner and it simply shows as the banner.  Do I need to something else in the banner?

Paul _Addonix_
Atlassian Partner
April 15, 2025

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>
0 votes
Fazila Ashraf
Community Champion
April 11, 2025

Hi @Jackie De Groot 

Welcome to community!

Could you share screenshots to explain what you are trying to remove from view?

Jackie De Groot April 11, 2025

Shared - thanks !

Suggest an answer

Log in or Sign up to answer