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
Found the solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.