A space to discuss online store customization, theme development, and Liquid templating.
Hello,
I am looking to create landing page with different layout in OS 2.0, I didn't find any option for creating any new JSON with {% layout none %}
Thanks, Ashish
Thank you @Zworthkey for mentioning us.
Hi @ashukasma, you can use PageFly, the Free Landing page builder app with 24/7 support live chat because PageFly works with Online Store 2.0
Hey there, I would like to suggest you to use a good shopify page builder such as Layoutbase ://apps.shopify.com/layoutbase-page builder which can help you and make your work easy and handy without any coding, It is a drag & drop page builder. Thanks
You can actually achieve this by just adding "layout": false before the sections part in the JSON object.
"layout": false,
"sections": {
...
},
"order": [
...
]