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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.