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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,244
Community Members
 
Community Events
184
Community Groups

modify the color of the subscribe button

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.
Dec 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