How to redirect HOME page to COLLECTION page?

Dear shopify community,

Would like to ask about how to redirect HOME page to COLLECTION page, because my HOME page isn’t ready but wanted to launch the COLLECTION page first, I tried on URL redirect but the system said “Path can’t be blank”, annoying. I am using a 3rd party theme if this information helps.

Thank you very much wish all have a great day.

Hello @SandyChan ,

Edit theme.liquid Now here search for ( <body )
Once found just before of it add this code

{% if template contains "index" %}
  
  {% endif %}

Thanks

Hi Guleria,

Thank you very much for the solution! It saved my day! Thanks again and wish you a great day!