Instead of it showing as how it currently is, I want to be able to press enter to create my own lines of text.
my website is julisartcafe.com
Instead of it showing as how it currently is, I want to be able to press enter to create my own lines of text.
my website is julisartcafe.com
Hello Dear @julisartcafe
i can’t clear your query can you say to me as briefly explain?
Instead of my slide show text being the way it currently is I want it to instead show as below:
"Start Branding the easy way.
Get started with a 25 MOQ."
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
#shopify-section-slideshow .slideshow__text-content.has-animated {
width: 50%;
margin: 0px auto;
}
}
Thanks!