Add a new paragraph to highlight section (narrative theme)

Hi Everyone,

I’ve added a “highlight” section to my store but would love to split the text into two separate paragraphs. When I enter down to a new line in the text editor section, it does not add a new line/paragraph. I hope this makes sense…

Ultimately, I want the highlight on the home page of www.annyanderyn.com to read like below -

"Anny & Eryn would like to wish you all a lovely & peaceful Easter break.

As a thank you to our wonderful customers, we have released a FREE limited edition Easter 2022 print for you to download & print at home."

Is this possible with a coding fix? Thanks so much!

Hi @annyeryn29 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
#shopify-section-16347522149f44de8c p:empty + p {
    margin-top: 30px;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.