How to copy sections from other homepage?

  1. You need to install 2 themes

  2. View the theme and section you want to copy => Find the ID of that section How to find => Inspect your browser

  3. This is the ID of that section, copy the text behind it 'shopify-section-template--22107996193041__' => featured_collections_5_WmqNJr

This is the ID => featured_collections_5_WmqNJr => You need to copy ID

  1. Go to Edit code => Find index.json file

Paste the ID and find

Click on the arrow of that ID segment to close the code, you can copy the full json code

  1. Now open the Edit code of the theme you want to have that section

Make a line break in the section and paste the code there

Continue scrolling down to the order section and copy the ID declaration ID here => Save and reload the website, and admin you will see that section appear, then you can drag and drop in admin

Last updated