How can I center the heading of featured products on my webpage?

hye

as you can see on my home page “best selling juijitsu gis” it is on left side

i want the heading should be in centre ,each time when i insert this block of features products on any page of my website its heading should be in centre, here i renamed featured products to “best selling juijitsu gis”.https://37e364.myshopify.com/ my website

and if you see fujisports.com homepage scroll down you can see each feature product has different name and heading is in centre

Hello @zikriarathore

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.collection__title.title-wrapper h2 { text-align: center !important; }

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.