How to Add a Line Break on slideshow text (Resfresh Theme)


Hi,

I am trying to add a line break on my home page slide show so ideally it would say:

Intense Hydration.

Instant Results.

In two separate lines, the
doesn’t seem to work on the refresh theme. Does anyone have any work around for this?

Thanks

Hi @nihaa ,

The
only insert in the HTML code. You can add padding or margin so the other words can go down. Would you mind to share your store URL website? with password if its protected. Thanks!

Thank you for the information. Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
h2.banner__heading.inline-richtext.h1 {
    margin-right: 30%;
}

Result:

I hope it help.

It works!

Thank you so much :slightly_smiling_face: