Hi,
I would love to have a space between the paragraphs in products and pages using the Dawn Theme.
Hi,
I would love to have a space between the paragraphs in products and pages using the Dawn Theme.
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.
Thank you so much!!
This worked when I pasted the code in the Custom CSS section for the product description in the theme editor.