How to add space between paragraphs in Dawn theme?

Hi,

I would love to have a space between the paragraphs in products and pages using the Dawn Theme.

https://meltmyheart.nz/pages/our-story

https://meltmyheart.nz/products/whipped-body-butter

Open shopify admin>OnlineStore>Themes> click three dots in live theme and then click on edit code. In assets folder search file “beae-63be9bb2e592bc19d00bc2d2.css”
add following code:

p{
  margin-bottom: 18px!important;
}

This should resolve issue.

1 Like

Thank you so much!!

This worked when I pasted the code in the Custom CSS section for the product description in the theme editor.