How to center text on Dawn theme blog preview?

I am using the theme ‘Dawn’ and would like to centre the blog titles on my blog posts section.

They are currently to the left

Hi @Sammiejojojo !

This is Richard Nguyen from PageFly - Advanced Page Builder. I would love to give you some recommendation

Please share Page url so that I can inspect and send code accordingly

I hope my recommendations will be beneficial for you, let me know if you have any questions. Cheers!

Best Regards;
Richard - PageFly

https://daydreamerluxe.myshopify.com/

Password: beautybossmedia

Hey @Sammiejojojo ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.

.article-card-wrapper .card__heading .full-unstyled-link {
    text-align: center !important;
}

If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman

1 Like

Worked perfectly thaankyou!