Spark Theme- Header and Subheader, closer together

im using the spark theme and would like the header and subheader in the hero slider to be closer together.

https://www.call2love.com/

pass: raczek77

Hi @Chantelrudden ,

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

.slideshow__heading+.slideshow__subheading {
    margin-top: 0 !important;
}

Hope it helps!

thank you!!!