How can I increase the slideshow subheading font size in the Empire theme?

I would like to be able to enlarge the font of the subheading in the initial slideshow, how can I do from the codes?

Shop: www.shapesdecor.com

Hi @valeriashapes ,

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

@media screen and (min-width: 1024px) {
	#shopify-section-template--15563925356707__dynamic_slideshow .slideshow-slide__text {
		font-size: 1.5rem !important;
	}
}

Hope it helps!