Centering The 'Featured Collection' Title

Hello guys! I’d like to center the Featured Collection Title on my website. I’d appreciate it if someone helps me.

My site: https://fddd3f.myshopify.com/

Password: asd321

1 Like

Hi @kitchencrafted

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
    text-align: center;
}

Result:

I hope it help.