Hey @ilhanakin ,
Replace the same two codes with these.
For this one,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following.
{% if template.name == 'index' %}
{% endif %}
Screenshot is for reference only, the correct code to paste is the one shown above.
Then look for the file named ‘theme.liquid’ and add the follow code right above the tag that says
{% if template.name == 'index' %}
{% endif %}
Screenshot for reference

