Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to add the footer section in Status page ?

Patrick Doherty March 18, 2021

Hi All,

Could someone give me guidance on how to get a footer section added to status page ? We are using a Private instance and not sure how to get this done ?

In the footer of status page, we would like to add our email address and contact details that would be visible to our users.

 

2 answers

0 votes
Krystal Gabel July 13, 2023

You have to have a public page to add a footer. As an example, to create fixed red footer, do the following: 

1. In the Custom footer HTML window, enter 

<div class="footer">
<p>Footer</p>
</div>

2. In the Custom CSS window, enter

<style>
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
</style>

 

Additional customs are required to make your footer render as you want, but this should get you started on the HTML and CSS. Example from:  https://www.w3schools.com/howto/howto_css_fixed_footer.asp

0 votes
Nick Coates
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.
March 24, 2021

Hi Patrick,

Welcome to the Atlassian Community!

You would need to add custom HTML & CSS which is available on private plan Growth and higher. If you're on the starter plan then this isn't possible.

If you're on one of the plans that supports this, navigate to Your page -> Customize page and email -> Customize HTML & CSS.

Thanks,
Nick

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events