Last updated 7 months ago
Was this helpful?
If your theme supports App blocks (introduced in Online Store 2.0), avoid editing the theme and use the instead.
Use the following snippet to add the placeholder in a Liquid template:
<div la-dn-product-banner></div>
<div class="title"> <h1>{{ product.title | escape }}</h1> ... </div> <div la-dn-product-banner></div>