Change Column background color JIRA 8.X

Michael Trostle August 23, 2019

See the picture below.  I am running JIRA Server 8.X.  The background color, depending on quality of the monitor, can look like a wash along with the issues/cards.  I was wondering if there was a way to change the background color to help avoid this issue.  Thanks!

Screen Shot 2019-08-23 at 1.33.04 PM.png

2 answers

1 accepted

1 vote
Answer accepted
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 23, 2019

There is not a delivered way to do this.  If you want to make the change yourself you could add the following HTML/CSS to your Announcement Banner.  Just replace the HEX code with whatever color you want as it is currently black.

<style>
.ghx-columns .ghx-column {background-color:#000000;}
</style>

Liza Gonzalez February 10, 2022

Hello Brant, where do I go to change the color?

Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 10, 2022

@Liza Gonzalez you have to add custom HTML in the announcement banner.  

Like Liza Gonzalez likes this
Liza Gonzalez February 11, 2022

Thank you

0 votes
Lotto24 AG December 2, 2020

https://mraddon.blog/kanban-combined-wip-for-jira-server/ but we are still struggling with the configuration...

Michael Trostle February 11, 2022

This is an add-on that may or may not be paid.

Suggest an answer

Log in or Sign up to answer