Is it possible to change the background color of the front page title in JSD?

Christian Axén November 15, 2015

The background color of the area of the landing page where the front page title is is white. Is it possible to change the color to another in the Cloud version of JSD? Atlassian Support has a grey background.

Atlassian_Support.png

1 answer

1 accepted

0 votes
Answer accepted
Mario Günter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 15, 2015

Hi Christian, 

I guess this could work:

You could include your own css by announcement banner, accessable at admin configuration url:

https://jira.yourdomain.tld/secure/admin/EditAnnouncementBanner!default.jspa


There you could define something like that - be sure it is https:

<LINK href="https://yourdomain.tld/pathtopublic/style.css" rel="stylesheet" type="text/css">


And within that css you define your custom css-classes:

// e.g.
.aui-page-header {
	background-color: black;
}

 

Hope this helps

Cheers, 
Mario 



Christian Axén November 15, 2015

Thanks Mario!

Mario Günter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2015

You're welcome!

Suggest an answer

Log in or Sign up to answer