Dawn them - How to Center the featured Collection heading and description

Hello,

I am trying to center the text on the featured collection section of the home page. I would like the heading and the description centered, any and all help is greatly appreciated

Thank you

Hi @TC13 ,

This is David at SalesHunterThemes.

Thank you for your question.

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code.

Go Assets folder → base.css file.

Add this following code at the bottom of page.

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

Hope this can help.

David | SalesHunterThemes team

This worked great! Thank you