How to put in the center the featured collection called "Explore our collection:"

Topic summary

A user needed to center-align a featured collection titled “Explore Our Collection” on their homepage.

Solution provided:

  • Navigate to Shopify Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Insert custom CSS code above the </head> tag

Outcome:
The initial code snippet didn’t work, but after the support representative provided a revised version, the centering issue was successfully resolved. The discussion is now closed with the problem fixed.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hi @VisarK , pls try again with this code:

{% if template.name == 'index' %}

{% endif %}
1 Like