Hey @ElManorAve,
Thanks for reaching out! That style is caused by a conflict with Builder’s default styles and your store’s theme styles. The best way to remove this is to add the following CSS to your store’s theme styles:
p:first-of-type {
margin-bottom: 10px!important;
}
Head to your Shopify store admin, then click Online Store in the left sidebar. Then, under Current Theme, choose Actions > Edit Code. Locate the “Assets” folder and open your “stylesheet.css” or “stylesheet.css.liquid” file. Then, paste the CSS code on line 67, before the line that starts with @media...
. Make sure to hit “Save” on the top right!
Thanks,
~Logan from Builder.io