Change heading in "image with text overlay" without affecting rest of the page

Hi @Timertraces

Please add the following code to the end of your styles.scss file:

#banner-1482978157864 > div > div.container.banner__text.text-align--center > div > h1 {
    background: #80b670;
    padding: 10px;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!