For the SENSE theme, How can I center the Featured Collections title?

Topic summary

A user seeks help centering the Featured Collections title in Shopify’s SENSE theme, which remains left-aligned despite attempts to modify base.css.

Problem:

  • CSS code successfully centered other homepage headlines but not the Featured Collections title
  • Initial attempts using .title-wrapper-with-link alignment properties failed

Solution Provided:
PageFly-Victor offered working CSS code:

  1. Navigate to Online Store → Theme → Edit code
  2. Locate base.css file
  3. Add the following at bottom:
.title.h2 {
  text-align: center !important;
}

Outcome:
The solution successfully resolved the issue. Multiple support representatives from GemPages, ZestardTech, and others requested the store URL to provide assistance, but the PageFly solution worked before additional troubleshooting was needed.

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

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.