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.