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

modify the color of the subscribe button

Brooke Durbin December 23, 2021

Can someone share code of how to modify the color of the subscribe button?

1 answer

1 vote
Arumugam M
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 26, 2021

Hi Brooke, 

This is Arumugam here, happy to help!

I understand that you would like to modify the color of the Subscribe button on Statuspage. 

You should be able to make changes by either using CSS or Javascript. Let me share with you a snippet for changing the color of the button using CSS.

 

a#show-updates-dropdown {
background: #f0f0f0 !important;
}

In the above example, we are selecting the appropriate HTML element and we are adjusting the background color, where #f0f0f0 is the color we have selected. 

You may use any HEX color that suits your requirement. 

You can learn more about these in detail in the links below:

Using Custom CSS - https://support.atlassian.com/statuspage/docs/use-custom-css-on-a-status-page/

Customization cookbook - https://support.atlassian.com/statuspage/docs/css-and-javascript-snippets-for-customizations/

Hope this helps. Please let us know if you have any follow up questions. 

Thanks, 

Arumugam

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events