When people go to my website www.mycomfortbags.com - they are lead to the Catalog page instead of my welcome page. how do i change that?
Your home page is loading, but how you (the theme, or someone) have set it up is for a group of products to be shown on the home page. Clicking the home link in your menu goes to a page called home, but it’s not the index page.
I would suggest taking a look at your theme settings (so use the customize button when looking at the theme section) and making sure that it’s set up to show what you want. It’s hard to give much more insight without seeing the setup but hopefully once you look at the theme settings it will be clearer. I would be fairly confident that you’ve got a featured collection sitting on the home page setup when you really wanted to add other content there instead.
Hi, @Liz2024
Greetings from the Wholesale Helper Support Team! Happy to help you today.
Go to online store > theme > Edit code > layout > theme.liquid and Paste the below code before → Save
{% if template == 'index' %}
{% endif %}
Let me know If need further assistance
Regards,
Wholesale Helper Support Team