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
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
.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,
.banner__text {
color: #797878;
max-width: 500px;
}
thanks it worked perfectly, can I apply the same for slideshow.
there is no theme.css
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
yes, currently I have pasted the text in the background image. but want it under the heading in two lines.