The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

change html color of text on statuspage

Howard Nedd
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 Champions.
April 20, 2022

Hi Community,

 

I have created some custom css on my Statuspage and would like to change the color of my text. I have the following script:

<script>

$('.text-section').find('h4').text('STATUSPAGENAME')

$(function() {
$('.status-day:nth-child(n+7)').remove();
});

</script>

 

 

So if I want that the color of statuspage is orange for example. What do I need to add to this script?

Thanks

Regards
Howard

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Howard Nedd
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 Champions.
April 20, 2022

Found the solution.

TAGS
AUG Leaders

Atlassian Community Events