How can I make the post timestamp in my blog bold and bigger?

I want the post timestamp to be bold and bigger. Please help me

Link: https://zxsa16e3vbvo5zxw-72761835830.shopifypreview.com

Hi @kazblo ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/ base.css->paste below code at the bottom of the file:

.article-card__info.caption-with-letter-spacing.h5 {
    font-weight: bold;
    font-size: 1.2rem;
}

Hope my answer will help you!

1 Like

Thank you, it’s worked