Centering Text on Refresh Theme (home page featured collection section)

Hi,

I am trying to centre the description text on my home page, in particular under the featured collection sections. I am able to center the heading with no problem but not the description for some reason.

Does anyone have any suggestions for this?

Thank you,

1 Like

Hi @nihaa ,

Would you mind to share your store URL website? with password if its protected. Or you can PM me if you dont like to share privately. Thanks!

Hi @Made4uo-Ribe

I have this as a draft theme as my website it public & has another theme live currently.

Here is the link to the preview of the theme I need help with, not sure if this helps: https://irj5ihd6eg566fo8-46931869850.shopifypreview.com

Thank you!

1 Like

Sorry got a different reply, I check the 1st post you have. 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.
.collection__description.body.rte.scroll-trigger.animate--slide-in {
    text-align: center;
}

Result:

I hope it help.

1 Like

It works!

Thank you so much :slightly_smiling_face:

1 Like