Change subheading font size on Slideshow Section - Dawn Theme

Hi, I just need to increase the font size of the subheading text on the Slideshow section. I’ve highlighted it in the image.

Hey @jasondane
Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

@jasondane

Please Add the following CSS code to your assets/section-image-banner.css bottom of the file.

@media screen and (min-width: 750px){
.banner__box>*+.banner__text {font-size: 25px !important;}
}

Thanks!

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

This worked. Huge thanks!

@jasondane

Thanks Welcome Again!