How To Centre Align Collection Text + Outline Button

Topic summary

A user seeks help customizing their Shopify collection page, specifically requesting:

Initial requests (resolved):

  • Center-aligning collection list text
  • Converting the “View All” button to an outlined style

Support provided CSS code to be added via Customization → Section → Custom CSS:

  • .card__content { text-align: center; } for text alignment
  • .button { background: none; color: rgba(...) } for outlined button styling

Follow-up requests (pending):

  • Changing a specific element’s color to black (screenshot provided)
  • Removing navigation arrows from the collection interface

The discussion remains open as the user awaits solutions for the additional customization requests. All modifications involve CSS styling adjustments to the collection page layout.

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

Hello Support Team,

Can you please tell me how to centre align the text on the collection list:

Can you also tell me how to make the view all button outlined like:

not:

Thanks

STORE URL: www.faithandyou.in

Theme: refresh

Hi @AryavK ,

To make this button outline and to center the title

follow this steps:

  1. Open Customization

  2. Go to section

  3. Go to Custom CSS

  4. Paste this code

.button {
  color: rgba(var(--color-button), var(--alpha-button-background));
  background: none;
}
.card__content {
  text-align: center;
}
  1. Save it and refresh your page.

Hope this code will work.

Best Regards

Team_OSC

THANK YOU SO MUCH G

you are goated g :goat:

i have one last question though

how to make this black?

and also removing the arrows

thanks g