You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Can someone share code of how to modify the color of the subscribe button?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.