im using the spark theme and would like the header and subheader in the hero slider to be closer together.
pass: raczek77
im using the spark theme and would like the header and subheader in the hero slider to be closer together.
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!!!