Change text position from left to center for collections

Hi, I want to change my text position from left, to the middle

Hey @ads_18

Share your Store URL and Password if enabled.

Best Regards,

Moeed

Hi @ads_18

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

https://05ab08-9f.myshopify.com/

password is mechaw

Hey @ads_18

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thanks for the info, 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:
.collection-list h3.card__heading {
    text-align: center;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!