How can I change heading color in the Impulse theme?

Hi @Gypsy-Paws ,

Go to Assets > theme.css and paste this at the bottom of the file:

.site-nav.site-navigation .site-nav__link {
    color: #ff0000 !important;
}

Hope it helps!