Shopify main page blog post body font

I’m using Dawn. On my main page I added the element “Blog Posts”. I’d like to change the body font to smaller size.

What should i do?

Thanks.

Hi @Alishan12

May I know your store domain for further investigation? I can provide CSS code to change the font size.

Looking forward to hearing from you soon. Thank you!

Best,

Daisy - Avada Support Team.

Here’s my domain.

https://sensory-journal.com/en

Hi @Alishan12

Are you referring to this block?

Hi @Alishan12

Here is the detailed guide for it:

Step 1: Go to your Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd

Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-

Step 3: Copy the code below and paste it there. Then save the change

p.article-card__excerpt.rte-width {
    font-size: 14px !important;
}

Note: You can edit the number 14 from the code we shared to adjust the font size as you wish.

I hope it can help. Thank you so much!

Best,

Daisy - Avada Support Team.

It worked. Thank you so much!

Hi @Alishan12

Thank you for your confirmation. I’m glad it can help.

Please let me know if you need anything else. Thank you!

Best,

Daisy - Avada Support Team.