Dawn: Subheading in two lines and text colour

In the Image banner and slide show I want the subheading in two lines so that it does not overlap the image on the left, also want to change the font colour to grey.

link to site : https://5k1w1zeit5asqhmf-60090777805.shopifypreview.com

Thank you

@luckyluke1 ,

.banner__text span {
    width: 55%;
    color: grey;
    display: inline-flex;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->section-image-banner.scss.liquid

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.banner__text {
color: #797878;
max-width: 500px;
}

thanks it worked perfectly, can I apply the same for slideshow.

there is no theme.css

@luckyluke1 ,

Check base.scss.liquid and try to add…

your method worked perfectly fine, I got it in two lines and grey colour. How can I do the same on slideshow

@luckyluke1 ,

On this slide show?

yes, currently I have pasted the text in the background image. but want it under the heading in two lines.